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 python-dev, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-04-20.11:03:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429527831.61.0.828544060027.issue23908@psf.upfronthosting.co.za>
In-reply-to
Content
The patch for 2.7 should be different and more complex. First at all, "s" and "u" format units don't check for null character (but "et" and "es" used in Unix implementations of os functions do).
History
Date User Action Args
2015-04-20 11:03:51serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, tim.golden, python-dev, zach.ware, steve.dower
2015-04-20 11:03:51serhiy.storchakasetmessageid: <1429527831.61.0.828544060027.issue23908@psf.upfronthosting.co.za>
2015-04-20 11:03:51serhiy.storchakalinkissue23908 messages
2015-04-20 11:03:51serhiy.storchakacreate