[New-bugs-announce] [issue10069] 2to3 crash in fix_urllib.py

Hallvard B Furuseth report at bugs.python.org
Tue Oct 12 13:16:48 CEST 2010


New submission from Hallvard B Furuseth <h.b.furuseth at usit.uio.no>:

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
severity: normal
status: open
title: 2to3 crash in fix_urllib.py
versions: Python 3.2

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


More information about the New-bugs-announce mailing list