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.

Author gvanrossum
Recipients
Date 2004-06-19.00:07:00
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6380

Note that the patch by jlgijsbers contains some ugly code.
s.find(...) != -1? Yuck!  I think it could just be

  if system == "Microsoft Windows": system = "Windows"

That should work even in Python 1.5.2.  And I don't think
the string would ever be "Microsoft Windows" plus some additive.

And yes, please, check it in. (Or do I have to do it myself? :-)
History
Date User Action Args
2007-08-23 14:21:20adminlinkissue945665 messages
2007-08-23 14:21:20admincreate