[New-bugs-announce] [issue7552] uploading fails on long passwords

JP St. Pierre report at bugs.python.org
Sun Dec 20 19:15:45 CET 2009


New submission from JP St. Pierre <jstpierre at mecheye.net>:

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: normal
status: open
title: uploading fails on long passwords
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7552>
_______________________________________


More information about the New-bugs-announce mailing list