Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #102801

Re: timedelta and float multiplication in python 2

From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Subject Re: timedelta and float multiplication in python 2
Date 2016-02-11 21:59 +1100
Message-ID <mailman.44.1455188364.22075.python-list@python.org> (permalink)
References <56BC64DD.4090908@shopzeus.com>

Show all headers | View raw


On Thu, Feb 11, 2016 at 9:39 PM, Nagy László Zsolt <gandalf@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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: timedelta and float multiplication in python 2 Chris Angelico <rosuav@gmail.com> - 2016-02-11 21:59 +1100

csiph-web