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 alexis, eric.araujo, loewis, tarek, techtonik, terry.reedy
Date 2011-04-29.22:06:27
SpamBayes Score 0.005465152
Marked as misclassified No
Message-id <1304114789.74.0.722990093665.issue11928@psf.upfronthosting.co.za>
In-reply-to
Content
Windows Explorer does not so allow, but yes, Windows does. With xp
>>> os.stat('some file ')
nt.stat_result(st_mode=33206, st_ino=6473924464520118, st_dev=0, st_nlink=1, st_uid=0, st_gid=0, st_size=13, st_atime=1304114221, st_mtime=1304114055, st_ctime=1304113961)

Same with full path.

I would go into distutils\filelist.py and print(repr(fullname)) just before the os.stat call to see if there is anything strange. Maybe also try same call interactively like I did above, outside disutils context.
History
Date User Action Args
2011-04-29 22:06:29terry.reedysetrecipients: + terry.reedy, loewis, techtonik, tarek, eric.araujo, alexis
2011-04-29 22:06:29terry.reedysetmessageid: <1304114789.74.0.722990093665.issue11928@psf.upfronthosting.co.za>
2011-04-29 22:06:27terry.reedylinkissue11928 messages
2011-04-29 22:06:27terry.reedycreate