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 tim.golden
Recipients amaury.forgeotdarc, brian.curtin, pitrou, tim.golden, vladris
Date 2011-08-26.19:17:34
SpamBayes Score 0.00056318
Marked as misclassified No
Message-id <4E57F13C.2010700@timgolden.me.uk>
In-reply-to <1314385027.1.0.732806228285.issue12802@psf.upfronthosting.co.za>
Content
Obviously someone's code would break if it were relying on the Unix 
errno only in a Windows-only situation to determine the situation of 
opening a directory which isn't one. But that combination of events 
doesn't seem terribly likely.

Speaking for myself, since the exception is a WindowsError with the 
winerror attribute prominent, [Error 267] I'd be far more likely to be 
trapping that.

I say go ahead
History
Date User Action Args
2011-08-26 19:17:35tim.goldensetrecipients: + tim.golden, amaury.forgeotdarc, pitrou, brian.curtin, vladris
2011-08-26 19:17:34tim.goldenlinkissue12802 messages
2011-08-26 19:17:34tim.goldencreate