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 r.david.murray
Recipients alex, christian.heimes, eric.araujo, ezio.melotti, maker, r.david.murray
Date 2012-09-28.15:01:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348844467.04.0.480208141449.issue16083@psf.upfronthosting.co.za>
In-reply-to
Content
There has been some discussion about what the correct behavior of os.stat is, as well, I think.  Alex Gaynor raised a question about testing our behavior when nulls are present.

But clearly, if the desired behavior for url processing is different from the actual behavior of os.stat, you need to catch the error and turn it into the correct response.  I don't think we can change this aspect of the behavior of os.stat for a bug fix, even if we decide we want to.
History
Date User Action Args
2012-09-28 15:01:07r.david.murraysetrecipients: + r.david.murray, christian.heimes, ezio.melotti, eric.araujo, alex, maker
2012-09-28 15:01:07r.david.murraysetmessageid: <1348844467.04.0.480208141449.issue16083@psf.upfronthosting.co.za>
2012-09-28 15:01:06r.david.murraylinkissue16083 messages
2012-09-28 15:01:06r.david.murraycreate