This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.snow
Recipients Arfrever, berker.peksag, brett.cannon, eric.araujo, eric.snow, meador.inge, pitrou, python-dev
Date 2012-04-18.05:51:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334728318.57.0.228985278368.issue13959@psf.upfronthosting.co.za>
In-reply-to
Content
2 "problems" with that last patch:

* the types of the loaders that get returned by _bootstrap._find_module() are not the classes in _bootstrap (e.g. _frozen_importlib._SourceFileLoader).  That doesn't smell right.
* tokenize.get_encoding? is saying that Lib/test/badsyntax_pep3120.py has an encoding of utf-8, when test_find_module_encoding is expecting it to not.  So does PyTokenizer_FindEncodingFilename (which the old import code used) behaving differently than tokenize.get_encoding()?  FYI, tokenize.get_encoding() is what importlib uses...
History
Date User Action Args
2012-04-18 05:51:58eric.snowsetrecipients: + eric.snow, brett.cannon, pitrou, eric.araujo, Arfrever, meador.inge, python-dev, berker.peksag
2012-04-18 05:51:58eric.snowsetmessageid: <1334728318.57.0.228985278368.issue13959@psf.upfronthosting.co.za>
2012-04-18 05:51:58eric.snowlinkissue13959 messages
2012-04-18 05:51:57eric.snowcreate