
report at bugs
May 3, 2012, 8:42 AM
Post #1 of 2
(36 views)
Permalink
|
|
[issue14713] PEP 414 installation hook fails with an AssertionError
|
|
New submission from Vinay Sajip <vinay_sajip [at] yahoo>: I'm not sure if I've done something wrong, but I get an AssertionError when trying to run the tokenizer on a Python file from the Django source. The gist at https://gist.github.com/1977558 has the files concerned: 1. test_tokenize.py - the script which fails 2. tokenize_example.py - the file being tokenized and untokenized. This is from the Django source: django/extras/csrf_migration_helper.py 3. tokenizer.py - your tokenize module, I renamed it because I was working in /tmp and didn't want to import the Python 3.2 stdlib's tokenize.py 4. The test output shows that the tokenize_example module imports OK in Python 2.7.2, but running the test_tokenize script on it with Python3.2 fails with an AssertionError. I did some more testing, there are 131 failures in the Django source tree (all look like the same AssertionError). N.B. I posted this to your GitHub repo where you published the hook. ---------- messages: 159864 nosy: aronacher, vinay.sajip priority: normal severity: normal status: open title: PEP 414 installation hook fails with an AssertionError _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue14713> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|