New submission from JP St. Pierre :
With all the tools I've used, the target of a symlink appears to be relative to
the actual symlink entry. Fix this.
--
components: Library (Lib)
messages: 120208
nosy: magcius
priority: normal
severity: normal
status: open
title: tarinfo shoul
Changes by JP St. Pierre :
--
keywords: +patch
Added file: http://bugs.python.org/file19462/tarinfo-10292.diff
___
Python tracker
<http://bugs.python.org/issue10
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: mag
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
<http://bugs.python.org/issue7