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 Robin.Schreiber
Recipients Robin.Schreiber, asvetlov, belopolsky, loewis, pitrou
Date 2012-12-10.10:39:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355135970.92.0.137553812426.issue15390@psf.upfronthosting.co.za>
In-reply-to
Content
I have updated the patch to work again with the current version of the _datetimemodule. 

Regarding the suggestion of separating PEP3121 and PEP384. It might be true that datetime and other modules do not benefit directly from PEP 384, however it is still a fact that the stdlib modules should be seen as a set of reference modules, that are all implemented in a way that complies with the implementation fo the xxmodules.
I have talked with Martin von Löwis about this, and as far as I understood him correctly he also sees the PEP384 refactoring applied to the whole stdlib as a nessecary "signal" to other developers to refactor their modules accordingly.

Anyway I am planning to start to commit all of the open changes that I have created during my GSOC in the next few months. So a decision regarding this separation concern might be helpful. :-)
History
Date User Action Args
2012-12-10 10:39:31Robin.Schreibersetrecipients: + Robin.Schreiber, loewis, belopolsky, pitrou, asvetlov
2012-12-10 10:39:30Robin.Schreibersetmessageid: <1355135970.92.0.137553812426.issue15390@psf.upfronthosting.co.za>
2012-12-10 10:39:30Robin.Schreiberlinkissue15390 messages
2012-12-10 10:39:30Robin.Schreibercreate