I just released caniusepython3 [https://pypi.python.org/pypi/caniusepython3]
1.1.0 to PyPI. Various tweaks and fixes as is usual with a N.1 release, but
there is one neat, new
Having been so heavily involved with the creation of Python 3, I'm constantly
trying to figure out ways to help more of the community make the switch. While
doing what I
For a zip file-based loader [http://docs.python.org/3/glossary.html#term-loader]
, luckily there is not much heavy lifting. Working with the finder led to the
realization that zip files use / while
When writing a finder [http://docs.python.org/3/glossary.html#term-finder] like
importlib.machinery.FileFinder
[http://docs.python.org/3/library/importlib.html#importlib.machinery.FileFinder]
it’s all about working with
There are essentially three parts to any importer in Python 3:
1. The path hook [http://docs.python.org/3/glossary.html#term-path-entry-hook]
2. The finder [http://docs.python.org/3/glossary.html#