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 belopolsky
Recipients belopolsky, hollec, jjlee, vstinner
Date 2011-02-18.16:12:29
SpamBayes Score 0.0002802219
Marked as misclassified No
Message-id <AANLkTi=MwWTiiHGGQL2xkN7tSDMSn64r+4XUzpA5-8+U@mail.gmail.com>
In-reply-to <1298045070.48.0.123794167538.issue5537@psf.upfronthosting.co.za>
Content
On Fri, Feb 18, 2011 at 11:04 AM, STINNER Victor <report@bugs.python.org> wrote:
..
> If datetime.strftime() is not reliable, we should maybe fix it instead of using a workaround?

The real fix would be to rewrite strftime so that it does not call
system strftime.  See issue3173.
History
Date User Action Args
2011-02-18 16:12:30belopolskysetrecipients: + belopolsky, jjlee, vstinner, hollec
2011-02-18 16:12:29belopolskylinkissue5537 messages
2011-02-18 16:12:29belopolskycreate