Issue2010
Created on 2013-01-19.17:36:46 by irmen, last changed 2015-02-11.22:11:01 by zyasoft.
msg7583 (view) |
Author: Irmen de Jong (irmen) |
Date: 2013-01-19.17:36:46 |
|
datetime.timedelta has no total_seconds() method (which was added for python 2.7)
|
msg8722 (view) |
Author: Jim Baker (zyasoft) |
Date: 2014-06-19.06:10:18 |
|
Still missing
Target beta 4
|
msg8752 (view) |
Author: Santoso Wijaya (santa4nt) |
Date: 2014-06-19.16:04:40 |
|
The whole datetime library needs to be revisited. In CPython, it seems like that it used to be a prototypical library in .py that has since been reimplemented natively in .c, the original .py prototype has been removed. While we still have that prototypical code lingering, with presumably outdated code.
|
msg8766 (view) |
Author: Jim Baker (zyasoft) |
Date: 2014-06-19.18:00:20 |
|
My understanding is that PyPy uses the pure Python version, possibly with lots of fixes at this point. Let's look into that.
Ideally we would use joda time as our own basis, but that's not going to be trivial to do and certainly post 2.7.0
|
msg9488 (view) |
Author: Jim Baker (zyasoft) |
Date: 2015-02-06.23:48:10 |
|
This is a very useful function that should be implemented
Target RC1
|
msg9491 (view) |
Author: Jim Baker (zyasoft) |
Date: 2015-02-07.01:25:48 |
|
Fixed as of https://hg.python.org/jython
|
|
Date |
User |
Action |
Args |
2015-02-11 22:11:01 | zyasoft | set | status: pending -> closed |
2015-02-07 01:25:48 | zyasoft | set | status: open -> pending resolution: remind -> fixed messages:
+ msg9491 |
2015-02-06 23:48:10 | zyasoft | set | assignee: zyasoft resolution: accepted -> remind messages:
+ msg9488 |
2014-06-19 18:00:20 | zyasoft | set | messages:
+ msg8766 |
2014-06-19 16:04:40 | santa4nt | set | nosy:
+ santa4nt messages:
+ msg8752 |
2014-06-19 06:10:18 | zyasoft | set | resolution: accepted messages:
+ msg8722 nosy:
+ zyasoft |
2013-02-20 00:25:00 | fwierzbicki | set | priority: normal nosy:
+ fwierzbicki versions:
+ Jython 2.7, - 2.7a2 |
2013-01-19 17:36:46 | irmen | create | |
|