timedelta and float multiplication in python 2

Chris Angelico rosuav at gmail.com
Thu Feb 11 05:59:21 EST 2016


On Thu, Feb 11, 2016 at 9:39 PM, Nagy László Zsolt <gandalf at shopzeus.com> wrote:
> I have checked and it does work with Python 3. But it does not work with
> Python 2 - is there a good reason for this?

Mainly that Python 3 has had six years of development since Python
2.7, and Python 2 has been getting only bugfixes and security patches
since then. I would recommend migrating to Python 3 if you want this
feature.

ChrisA



More information about the Python-list mailing list