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 ned.deily
Recipients ezio.melotti, larry, ned.deily
Date 2013-11-22.02:19:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385086800.23.0.730007142289.issue19688@psf.upfronthosting.co.za>
In-reply-to
Content
7b9235852b3b for Issue2927 moved and documents the previously undocumented unescape function.  Unfortunately, at least one third-party module, distlib, depends on it.  And distlib is now used by pip and needed for the ensurepip feature of 3.4.

$ python3.4 get-pip.py
Traceback (most recent call last):
  File "get-pip.py", line 7269, in <module>
    do_exec(entry, locals())
  File "<string>", line 1, in do_exec
  File "<string>", line 9, in <module>
  File "/var/folders/fm/9wjgctqx61n796zt88qmmnxc0000gn/T/unpacker-1kz7n2dh-scratchdir/pip/__init__.py", line 10, in <module>
  File "/var/folders/fm/9wjgctqx61n796zt88qmmnxc0000gn/T/unpacker-1kz7n2dh-scratchdir/pip/util.py", line 17, in <module>
  File "/var/folders/fm/9wjgctqx61n796zt88qmmnxc0000gn/T/unpacker-1kz7n2dh-scratchdir/pip/vendor/distlib/version.py", line 13, in <module>
  File "/var/folders/fm/9wjgctqx61n796zt88qmmnxc0000gn/T/unpacker-1kz7n2dh-scratchdir/pip/vendor/distlib/compat.py", line 343, in <module>
AttributeError: 'HTMLParser' object has no attribute 'unescape'
History
Date User Action Args
2013-11-22 02:20:00ned.deilysetrecipients: + ned.deily, larry, ezio.melotti
2013-11-22 02:20:00ned.deilysetmessageid: <1385086800.23.0.730007142289.issue19688@psf.upfronthosting.co.za>
2013-11-22 02:20:00ned.deilylinkissue19688 messages
2013-11-22 02:19:59ned.deilycreate