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: PEP 301 implementation
Type: Stage:
Components: Distutils Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, richard
Priority: normal Keywords: patch

Created on 2002-12-24 03:20 by richard, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
dist.py.patch richard, 2002-12-24 03:21 patch for dist.py
register.py richard, 2002-12-24 03:22 new file: register.py
register.py richard, 2002-12-27 06:52 new file: register.py (using python.org)
Messages (3)
msg42058 - (view) Author: Richard Jones (richard) * (Python committer) Date: 2002-12-24 03:20
This is the implementation for PEP 301.   
   
dist.py.patch includes the new handling of the classifiers  
keyword in setup().  
  
register.py implements the metadata upload "register" 
command for distutils. 
 
msg42059 - (view) Author: Richard Jones (richard) * (Python committer) Date: 2002-12-27 06:54
Logged In: YES 
user_id=6405

There's now two register.py implementations. The most recent 
one (version 1.13) is the correct one as it has python.org set 
as the default package index server. I don't have permission to 
delete the other. 
 
msg42060 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2003-01-03 15:35
Logged In: YES 
user_id=11375

Checked in to the trunk.  

I'll close this patch now; subsequent discussion can now take place on python-dev or catalog-sig.
History
Date User Action Args
2022-04-10 16:06:03adminsetgithub: 37639
2002-12-24 03:20:52richardcreate