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 vstinner
Recipients BreamoreBoy, Viktor.Chynarov, belopolsky, benjamin.peterson, kushal.das, lemburg, r.david.murray, serhiy.storchaka, vstinner
Date 2013-02-05.13:13:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbc54EF9HkyS7eQa6KWDK2csKaTFsHR+2_iKH=qOUnAdQ@mail.gmail.com>
In-reply-to <1360067425.31.0.218637282369.issue16137@psf.upfronthosting.co.za>
Content
asctime_s.patch: you should catch ValueError on each call to
self.assertNotIn(). You can use PyString_FromStringAndSize() instead
of writing the NUL character, it may be safer (to not modify the
output of asctime).

2013/2/5 Serhiy Storchaka <report@bugs.python.org>:
>
> Changes by Serhiy Storchaka <storchaka@gmail.com>:
>
>
> Added file: http://bugs.python.org/file28958/asctime_s.patch
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue16137>
> _______________________________________
History
Date User Action Args
2013-02-05 13:13:44vstinnersetrecipients: + vstinner, lemburg, belopolsky, benjamin.peterson, r.david.murray, BreamoreBoy, serhiy.storchaka, kushal.das, Viktor.Chynarov
2013-02-05 13:13:43vstinnerlinkissue16137 messages
2013-02-05 13:13:43vstinnercreate