the Gravity of Python 2

Ethan Furman ethan at stoneleaf.us
Wed Jan 8 20:52:05 EST 2014


On 01/08/2014 05:27 PM, Roy Smith wrote:
> In article <laknps$umv$1 at dont-email.me>,
>   Kevin Walzer <kw at codebykevin.com> wrote:
>
>> I haven't updated my Python apps to 3.x because there's nothing in 3.x
>> that offers benefits to my users.
>
> I almost found a reason to move to Python 3 today.  Then I got smacked.

[snip]

> Naive datetimes are what everybody uses.  It's what utcnow() gives you.
> So why make life difficult for everybody?  Python 3 didn't win a convert
> today.

Naive datetimes suffer from the same problem as the old str/unicode problems: as soon as you try to mix different 
timezone datetimes that are naive, you have a mess (temporal-bake, anyone?).

--
~Ethan~



More information about the Python-list mailing list