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 eric.araujo
Recipients brian.curtin, docs@python, eric.araujo, ezio.melotti, michael.driscoll, tim.golden, tshepang, weirdink13
Date 2012-05-25.18:46:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337971583.04.0.818617551959.issue14901@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the detailed remarks.  Some of the proposed changes may not apply to the 2.7 and 3.2 versions, which for example support XP if I remember correctly.

1b: Sure, patch welcomed.

6: os.system is discouraged, but os.popen still exists in 3.x (it’s implemented on top of subprocess)

I leave the rest to the people with more Windows knowledge.
History
Date User Action Args
2012-05-25 18:46:23eric.araujosetrecipients: + eric.araujo, tim.golden, ezio.melotti, brian.curtin, docs@python, tshepang, weirdink13, michael.driscoll
2012-05-25 18:46:23eric.araujosetmessageid: <1337971583.04.0.818617551959.issue14901@psf.upfronthosting.co.za>
2012-05-25 18:46:22eric.araujolinkissue14901 messages
2012-05-25 18:46:22eric.araujocreate