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 vstinner
Recipients Marcus.Smith, Suzumizaki, dstufft, ncoghlan, paul.moore, serhiy.storchaka, tanbro-liu, vstinner, xtreak
Date 2018-10-17.10:02:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539770573.7.0.788709270274.issue24307@psf.upfronthosting.co.za>
In-reply-to
Content
pip is not part of Python 2, so I suggest to close this issue as "third party".

I dislike changing optparse just for pip. For me, the bug should be fixed in pip, not in optparse. I see a high risk of breaking applications which currently work as expected. If the default value is a non-ASCII string, unicode() will raise a UnicodeDecodeError.
History
Date User Action Args
2018-10-17 10:02:53vstinnersetrecipients: + vstinner, paul.moore, ncoghlan, Suzumizaki, serhiy.storchaka, dstufft, Marcus.Smith, tanbro-liu, xtreak
2018-10-17 10:02:53vstinnersetmessageid: <1539770573.7.0.788709270274.issue24307@psf.upfronthosting.co.za>
2018-10-17 10:02:53vstinnerlinkissue24307 messages
2018-10-17 10:02:53vstinnercreate