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 ggenellina
Recipients d_kagedal, facundobatista, ggenellina, kdwyer, loewis
Date 2007-10-28.01:55:07
SpamBayes Score 0.02753625
Marked as misclassified No
Message-id <1193536507.91.0.872459159178.issue1311@psf.upfronthosting.co.za>
In-reply-to
Content
All these tests on Windows XP SP4, executing os.stat("nul")

Python 2.1 thru 2.4  raises: 
OSError: [Errno 22] Invalid argument: 'nul'

Python 2.5 gives a different error:
WindowsError: [Error 87] El parámetro no es correcto: 'nul'
History
Date User Action Args
2007-10-28 01:55:08ggenellinasetspambayes_score: 0.0275363 -> 0.02753625
recipients: + ggenellina, loewis, facundobatista, d_kagedal, kdwyer
2007-10-28 01:55:07ggenellinasetspambayes_score: 0.0275363 -> 0.0275363
messageid: <1193536507.91.0.872459159178.issue1311@psf.upfronthosting.co.za>
2007-10-28 01:55:07ggenellinalinkissue1311 messages
2007-10-28 01:55:07ggenellinacreate