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 hagen
Recipients hagen
Date 2008-11-19.16:11:56
SpamBayes Score 2.7737922e-05
Marked as misclassified No
Message-id <1227111118.93.0.747245959239.issue4354@psf.upfronthosting.co.za>
In-reply-to
Content
The distutils command "register" has two problems with Python 3.0:

1. The authentication dialog crashes because of a problem with the
functiopn raw_input defined there.

2. Uploading the data fails because of str/bytes confusion.

The attached patch addresses both problems.
History
Date User Action Args
2008-11-19 16:11:59hagensetrecipients: + hagen
2008-11-19 16:11:58hagensetmessageid: <1227111118.93.0.747245959239.issue4354@psf.upfronthosting.co.za>
2008-11-19 16:11:57hagenlinkissue4354 messages
2008-11-19 16:11:57hagencreate