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.

classification
Title: fix for distutils "upload" command
Type: Stage:
Components: Library (Lib) Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: loewis, richard
Priority: normal Keywords: patch

Created on 2005-09-23 03:23 by richard, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
upload.py-patch richard, 2005-09-23 03:23 patch for distutils/command/upload.py
Messages (2)
msg48762 - (view) Author: Richard Jones (richard) * (Python committer) Date: 2005-09-23 03:23
This patch fixes distutils/command/upload.py so it can talk  
to an improved PyPI interface. Specifically, it allows upload  
of a file for an un"register"ed release.  
  
Should be applied against CVS HEAD.  
  
Thanks! 
msg48763 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-01-08 10:49
Logged In: YES 
user_id=21627

Thanks for the patch. Committed as r41978.
History
Date User Action Args
2022-04-11 14:56:13adminsetgithub: 42406
2005-09-23 03:23:17richardcreate