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 jaraco
Recipients alexreg, brian.curtin, eric.smith, jaraco, tim.golden
Date 2011-11-15.23:48:39
SpamBayes Score 0.0048173037
Marked as misclassified No
Message-id <1321400920.56.0.519236169913.issue13412@psf.upfronthosting.co.za>
In-reply-to
Content
On Windows Vista and Windows 7, there should be a symlink directory:

C:\Documents and Settings -> .\Users

Perhaps a good test would be:

assert 'Documents and Settings' in os.listdir('C:\\')

As long as there aren't any i18n issues, and the system is a standard install, that test should only fail if os.listdir fails to return symlinks.
History
Date User Action Args
2011-11-15 23:48:40jaracosetrecipients: + jaraco, eric.smith, tim.golden, brian.curtin, alexreg
2011-11-15 23:48:40jaracosetmessageid: <1321400920.56.0.519236169913.issue13412@psf.upfronthosting.co.za>
2011-11-15 23:48:40jaracolinkissue13412 messages
2011-11-15 23:48:39jaracocreate