[Python-checkins] r68698 - in python/branches/py3k/Lib: importlib importlib/NOTES importlib/__init__.py importlib/_bootstrap.py importlib/test importlib/test/__init__.py importlib/test/builtin importlib/test/builtin/__init__.py importlib/test/bui

Jim Jewett jimjjewett at gmail.com
Sun Jan 18 04:13:58 CET 2009


(1)  Shouldn't bytecode and data files be opened binary?

And as long as I'm picking nits anyhow...

(2)  Some of the docstrings are a bit awkward around when to return
None.   Consider "returning None ... unless ... " "returns None when
... not", or even "when none of ...", though I'll grant that
distinguishing between "None" and "none" is also suboptimal.

(3)  A spell check would get inerally and laoder, but would probably
still miss "their" vs "there"

-jJ


More information about the Python-checkins mailing list