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: Missing import in documentation
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: agorf, brett.cannon
Priority: low Keywords:

Created on 2005-11-02 22:24 by agorf, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg26788 - (view) Author: Aggelos Orfanakos (agorf) Date: 2005-11-02 22:24
At the bottom of the URL
http://docs.python.org/dist/meta-data.html one can find
code that is used to make setup.py scripts, using
"classifiers" and "download_url", compatible with
Python versions prior to 2.2.3. It is using
"sys.version", thus, missing the necessary "import sys"
statement.
msg26789 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2005-11-02 23:01
Logged In: YES 
user_id=357491

rev. 41374 for the trunk and rev. #41375 for 2.4 have a fix.
 Thanks, Aggelos.
History
Date User Action Args
2022-04-11 14:56:13adminsetgithub: 42546
2005-11-02 22:24:28agorfcreate