[Python-Dev] PEP 431 Time zone support improvements - Update

Ronald Oussoren ronaldoussoren at mac.com
Fri Dec 28 22:12:38 CET 2012


On 28 Dec, 2012, at 21:23, Lennart Regebro <regebro at gmail.com> wrote:

> Happy Holidays! Here is the update of PEP 431 with the changes that emerged after the earlier discussion.

Why is the new timezone support added in a submodule of datetime? Adding the new 
function and exception to datetime itself wouldn't clutter the API that much, and datetime 
already contains some timezone support (datetime.tzinfo). 

Ronald



More information about the Python-Dev mailing list