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 serhiy.storchaka
Recipients ezio.melotti, serhiy.storchaka, vstinner
Date 2013-06-23.17:03:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372007003.36.0.0780520576903.issue18184@psf.upfronthosting.co.za>
In-reply-to
Content
No, I don't feel motivated right now (and this is a case when even never is better than right now).

I checked other format methods and found a bug only in PyUnicode_FromFormatV(). I had added test for 3.3+ because 3.3+ already have a test for PyUnicode_FromFormatV(). I hadn't add test for 2.7 because there is no test for PyUnicode_FromFormatV() on 2.7.
History
Date User Action Args
2013-06-23 17:03:23serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti
2013-06-23 17:03:23serhiy.storchakasetmessageid: <1372007003.36.0.0780520576903.issue18184@psf.upfronthosting.co.za>
2013-06-23 17:03:23serhiy.storchakalinkissue18184 messages
2013-06-23 17:03:23serhiy.storchakacreate