[ python-Bugs-1035703 ] distutils.util.get_platform() should include sys.version[:3]

SourceForge.net noreply at sourceforge.net
Sat Oct 16 18:00:50 CEST 2004


Bugs item #1035703, was opened at 2004-09-27 16:06
Message generated for change (Comment added) made by etrepum
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1035703&group_id=5470

Category: Distutils
Group: Feature Request
>Status: Deleted
Resolution: None
Priority: 5
Submitted By: Bob Ippolito (etrepum)
Assigned to: Nobody/Anonymous (nobody)
Summary: distutils.util.get_platform() should include sys.version[:3]

Initial Comment:
When dealing with systems that have multiple versions of Python 
installed, it would be nice if distutils.util.get_platform() included 
the major python version (sys.version[:3]) so that you could do:

python2.3 setup.py install
python2.4 setup.py install

and expect everything to typically work correctly.

----------------------------------------------------------------------

>Comment By: Bob Ippolito (etrepum)
Date: 2004-10-16 12:00

Message:
Logged In: YES 
user_id=139309

I think this was my mistake, not a bug.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1035703&group_id=5470


More information about the Python-bugs-list mailing list