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


Groups > comp.lang.python > #102801 > unrolled thread

Re: timedelta and float multiplication in python 2

Started byChris Angelico <rosuav@gmail.com>
First post2016-02-11 21:59 +1100
Last post2016-02-11 21:59 +1100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#102801 — Re: timedelta and float multiplication in python 2

FromChris Angelico <rosuav@gmail.com>
Date2016-02-11 21:59 +1100
SubjectRe: timedelta and float multiplication in python 2
Message-ID<mailman.44.1455188364.22075.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web