[Python-Dev] Status on PEP-431 Timezones

Lennart Regebro regebro at gmail.com
Mon Jul 27 08:24:31 CEST 2015


On Mon, Jul 27, 2015 at 4:04 AM, Tim Peters <tim.peters at gmail.com> wrote:
> Realistically, default arithmetic behavior can't change in Python 3
> (let alone Python 2).

Then we can't implement timezones in a reasonable way with the current
API, but have to have something like pytz's normalize() function or
similar.

I'm sorry I've wasted everyones time with this PEP.

//Lennart


More information about the Python-Dev mailing list