Bugs item #1346395, was opened at 2005-11-03 00:24 Message generated for change (Settings changed) made by agorf You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1346395&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Documentation Group: Not a Bug Status: Open Resolution: None >Priority: 1 Submitted By: Aggelos Orfanakos (agorf) Assigned to: Nobody/Anonymous (nobody) Summary: Missing import in documentation Initial Comment: 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1346395&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com