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 mark.dickinson
Recipients mark.dickinson, ocean-city
Date 2009-10-29.10:01:46
SpamBayes Score 2.8810715e-05
Marked as misclassified No
Message-id <1256810508.24.0.620154166884.issue7228@psf.upfronthosting.co.za>
In-reply-to
Content
I've rolled back all the changes I made trying to fix these format 
arguments;  the rollback is in r75939 (trunk), r75941 (py3k) and r75942 
(release31-maint).  Next time I'll think a bit harder, get a code 
review, and make sure that the code gets tested on Windows before it 
goes in.

I agree that what's needed here is %lld and %llu support in PyErr_Format 
and PyString_FromFormat(V);  this seems like a useful thing to add in 
any case.

ocean-city:  you don't happen to have a patch available, do you?
History
Date User Action Args
2009-10-29 10:01:48mark.dickinsonsetrecipients: + mark.dickinson, ocean-city
2009-10-29 10:01:48mark.dickinsonsetmessageid: <1256810508.24.0.620154166884.issue7228@psf.upfronthosting.co.za>
2009-10-29 10:01:46mark.dickinsonlinkissue7228 messages
2009-10-29 10:01:46mark.dickinsoncreate