[issue10069] 2to3 crash in fix_urllib.py

2010-10-12 Thread Benjamin Peterson
Benjamin Peterson added the comment: r85388. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-l

[issue10069] 2to3 crash in fix_urllib.py

2010-10-12 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue10069] 2to3 crash in fix_urllib.py

2010-10-12 Thread R. David Murray
Changes by R. David Murray : -- nosy: +benjamin.peterson type: crash -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue10069] 2to3 crash in fix_urllib.py

2010-10-12 Thread Hallvard B Furuseth
Changes by Hallvard B Furuseth : -- type: -> crash ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue10069] 2to3 crash in fix_urllib.py

2010-10-12 Thread Hallvard B Furuseth
New submission from Hallvard B Furuseth : This line: from urllib import quote as quote_url, urlencode makes 2to3 on Python 3.2a2 crash. At lib2to3/fixes/fix_urllib.py line 124, member = None. -- components: 2to3 (2.x to 3.0 conversion tool) messages: 118410 nosy: hfuru priority: normal