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 ajaksu2, belopolsky, daniel.urban, eric.araujo, l0nwlf, r.david.murray, techtonik
Date 2010-07-13.22:52:20
SpamBayes Score 5.44714e-08
Marked as misclassified No
Message-id <1279061543.77.0.750672834209.issue7584@psf.upfronthosting.co.za>
In-reply-to
Content
Adding issue 7989 as a dependency because having pure python implementation in the CPython tree will make it much easier to experiment with new datetime features.

I am still -1 on adding specialized formatting methods to the datetime class.  I think this should be done in specialized modules.  On the other hand, datetime module should provide facilities to easily implement such methods and there does not seem to be a good solution for implementing locale independent formats.  I would like to consider the idea of adding datetime.cstrftime() which provides formatting equivalent to datetime.strftime() in "C" locale.  Another feature that will be needed to implement rfcformat, would be a GNU date style "%:z" code.
History
Date User Action Args
2010-07-13 22:52:24belopolskysetrecipients: + belopolsky, techtonik, ajaksu2, eric.araujo, r.david.murray, daniel.urban, l0nwlf
2010-07-13 22:52:23belopolskysetmessageid: <1279061543.77.0.750672834209.issue7584@psf.upfronthosting.co.za>
2010-07-13 22:52:21belopolskylinkissue7584 messages
2010-07-13 22:52:20belopolskycreate