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

Created on 2003-02-11 04:58 by richard, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
register.py.diff richard, 2003-02-18 01:55 patch implementing verbose->show_response change
Messages (4)
msg42808 - (view) Author: Richard Jones (richard) * (Python committer) Date: 2003-02-11 04:58
I'd forgotten about this until I just tried to run the register command in 
2.3 myself :) 
 
I've changed the server response display from using the "verbose" 
flag to using a new "show-response" flag. 
 
I also changed the code that collects the post metadata, since the 
classifiers attribute will always be available to this code. 
 
The download_url metadata attribute implemented by patch 
www.python.org/sf/683939 is not handled by this patch - it still 
needs to be added to the post data. 
 
msg42809 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2003-02-18 01:39
Logged In: YES 
user_id=11375

There's no uploaded file!  You have to check the
checkbox labeled "Check to Upload & Attach File"
when you upload a file. In addition, even if you
*did* check this checkbox, a bug in SourceForge
prevents attaching a file when *creating* an issue.

Please try again.

(This is a SourceForge annoyance that we can do
nothing about. :-( )
msg42810 - (view) Author: Richard Jones (richard) * (Python committer) Date: 2003-02-18 01:55
Logged In: YES 
user_id=6405

Sorry, trying again. 
 
msg42811 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2003-02-19 13:57
Logged In: YES 
user_id=11375

Applied as revision 1.3 of register.py.
History
Date User Action Args
2022-04-10 16:06:42adminsetgithub: 37960
2003-02-11 04:58:58richardcreate