[issue13959] Re-implement parts of imp in pure Python

Eric Snow report at bugs.python.org
Thu Apr 19 09:53:23 CEST 2012


Eric Snow <ericsnowcurrently at gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13959>
_______________________________________


More information about the Python-bugs-list mailing list