[issue7552] uploading fails on long passwords

2009-12-20 Thread Tarek Ziadé
Tarek Ziadé added the comment: done in r76952, r76953, r76954 and r76955 Thanks magcius ! -- status: open -> closed ___ Python tracker ___ __

[issue7552] uploading fails on long passwords

2009-12-20 Thread JP St. Pierre
JP St. Pierre added the comment: This patch should fix the bug. -- keywords: +patch Added file: http://bugs.python.org/file15631/auth_7552.patch ___ Python tracker ___ __

[issue7552] uploading fails on long passwords

2009-12-20 Thread JP St. Pierre
New submission from JP St. Pierre : Uploading a file to PyPI fails when a user has a long password, as base64.encodestring linewraps data. Either replace '\n' with '', or use base64.standard_b64encode -- assignee: tarek components: Distutils messages: 96709 nosy: magcius, tarek severity: