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 amaury.forgeotdarc, kristjan.jonsson, loewis, mhammond
Date 2009-01-13.10:54:16
SpamBayes Score 0.000627486
Marked as misclassified No
Message-id <1231844060.17.0.741078007709.issue4804@psf.upfronthosting.co.za>
In-reply-to
Content
I submit to you a patch to the trunk which narrows down the problem.  In  
stead of throwing the switch for the whole process, we selectively 
disable the hard error checking for those two cases that require it:  
The file open mode string (unless we want to reimplement the crt mode 
string parser) and the posix file descriptor methods.  The remaining 
case, strftime, we fix with a proper argument checking function.

Yesterday I put in some tests in to the testsuite to excercise this 
functionality (revision 68547)
History
Date User Action Args
2009-01-13 10:54:20kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis, mhammond, amaury.forgeotdarc
2009-01-13 10:54:20kristjan.jonssonsetmessageid: <1231844060.17.0.741078007709.issue4804@psf.upfronthosting.co.za>
2009-01-13 10:54:19kristjan.jonssonlinkissue4804 messages
2009-01-13 10:54:19kristjan.jonssoncreate