Message20655
Logged In: YES
user_id=469548
New patch, the docs say we should use 'Windows' instead of
'Microsoft Windows', so we do:
Index: platform.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/platform.py,v
retrieving revision 1.13
diff -u -r1.13 platform.py
--- platform.py 4 May 2004 18:18:59 -0000 1.13
+++ platform.py 5 Jun 2004 13:39:10 -0000
@@ -957,6 +957,8 @@
# platforms
if use_syscmd_ver:
system,release,version = _syscmd_ver(system)
+ if string.find(system, 'Microsoft Windows') != -1:
+ system = 'Windows'
# In case we still don't know anything useful,
we'll try to
# help ourselves |
|
Date |
User |
Action |
Args |
2007-08-23 14:21:20 | admin | link | issue945665 messages |
2007-08-23 14:21:20 | admin | create | |
|