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 terry.reedy
Recipients brian.curtin, db3l, eric.smith, jaraco, pitrou, terry.reedy, tim.golden
Date 2010-09-21.02:05:59
SpamBayes Score 6.7179444e-06
Marked as misclassified No
Message-id <1285034762.34.0.0228481323454.issue9908@psf.upfronthosting.co.za>
In-reply-to
Content
The bug appears to really be limited to Vista?/W7. On WinXP,
>>> os.path.exists('c:/programs/python31')
True
>>> os.path.exists(b'c:/programs/python31')
True
Has the patch been tested on WinXP to be sure it does not introduce a bug for this?
History
Date User Action Args
2010-09-21 02:06:02terry.reedysetrecipients: + terry.reedy, db3l, jaraco, pitrou, eric.smith, tim.golden, brian.curtin
2010-09-21 02:06:02terry.reedysetmessageid: <1285034762.34.0.0228481323454.issue9908@psf.upfronthosting.co.za>
2010-09-21 02:05:59terry.reedylinkissue9908 messages
2010-09-21 02:05:59terry.reedycreate