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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, hagen, loewis, tarek
Date 2008-11-19.00:56:55
SpamBayes Score 0.0022418238
Marked as misclassified No
Message-id <1227056220.51.0.931284581808.issue4338@psf.upfronthosting.co.za>
In-reply-to
Content
I indeed tested that the PyPI user registration refuses non-ascii 
characters in both username and password.

But the reported error is only the first of a bytes/str mess.
See attached patch.

- I chose to encode package metadata with utf-8
- Since I did not set credentials in some .pypirc file, the submission 
fails; my first tests on a sample package returned a 401 error (normal) 
but now I only get 200 return codes. I hope my package will not show up 
in PyPI...

This needs more testing with a real package of a real developer.
History
Date User Action Args
2008-11-19 00:57:01amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, tarek, hagen
2008-11-19 00:57:00amaury.forgeotdarcsetmessageid: <1227056220.51.0.931284581808.issue4338@psf.upfronthosting.co.za>
2008-11-19 00:56:59amaury.forgeotdarclinkissue4338 messages
2008-11-19 00:56:58amaury.forgeotdarccreate