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-19.07:53:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334822003.13.0.853324072845.issue13959@psf.upfronthosting.co.za>
In-reply-to
Content
Looking it over, I'm confident that tokenizer.detect_encoding() does not raise a SyntaxError where PyTokenizer_FindEncodingFilename() does.  I've run out of time tonight, but I'll look at it more tomorrow.

Once find_module() is done, I'd like to move on to reload(), which I expect will be pretty straightforward at this point.  Then the feasibility of issue14618 should be clear.
History
Date User Action Args
2012-04-19 07:53:23eric.snowsetrecipients: + eric.snow, brett.cannon, pitrou, eric.araujo, Arfrever, meador.inge, python-dev, berker.peksag
2012-04-19 07:53:23eric.snowsetmessageid: <1334822003.13.0.853324072845.issue13959@psf.upfronthosting.co.za>
2012-04-19 07:53:22eric.snowlinkissue13959 messages
2012-04-19 07:53:22eric.snowcreate