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 kristjan.jonsson
Recipients kristjan.jonsson
Date 2009-02-06.10:20:32
SpamBayes Score 1.4268476e-06
Marked as misclassified No
Message-id <1233915634.72.0.359575992053.issue5165@psf.upfronthosting.co.za>
In-reply-to
Content
in lib/test/test_os.py, there is a test class, Win32ErrorTests, that 
tests that certain functions return a WindowsError on failure.  And 
indeed they do that, but that is in contradiction with the 
documentation.  From the 2.6 docs:
 Note
 All functions in this module raise OSError in the case of invalid or
 inaccessible file names and paths, or other arguments that have the
 correct type, but are not accepted by the operating system.
History
Date User Action Args
2009-02-06 10:20:34kristjan.jonssonsetrecipients: + kristjan.jonsson
2009-02-06 10:20:34kristjan.jonssonsetmessageid: <1233915634.72.0.359575992053.issue5165@psf.upfronthosting.co.za>
2009-02-06 10:20:33kristjan.jonssonlinkissue5165 messages
2009-02-06 10:20:32kristjan.jonssoncreate