Issue1035703
Created on 2004-09-27 20:06 by bob.ippolito, last changed 2004-10-16 16:00 by bob.ippolito.
|
msg22556 - (view) |
Author: Bob Ippolito (bob.ippolito) |
Date: 2004-09-27 20:06 |
|
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.
|
|
msg22557 - (view) |
Author: Bob Ippolito (bob.ippolito) |
Date: 2004-10-16 16:00 |
|
Logged In: YES
user_id=139309
I think this was my mistake, not a bug.
|
|
| Date |
User |
Action |
Args |
| 2004-09-27 20:06:37 | bob.ippolito | create | |
|