This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2012年02月09日 23:00 by vstinner, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg153000 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2012年02月09日 23:00 | |
With the PEP 410, it is possible to store timestamps with a resolution of 1 nanosecond. Python should use nanosleep() if the function is available for time.sleep(). This issue depends on issue #13882. |
|||
| msg154804 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2012年03月02日 21:40 | |
The PEP 410 has been rejected, so I close the issue. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:26 | admin | set | github: 58189 |
| 2012年03月02日 21:40:58 | vstinner | set | status: open -> closed resolution: wont fix messages: + msg154804 |
| 2012年02月11日 04:27:28 | Arfrever | set | nosy:
+ Arfrever |
| 2012年02月10日 03:50:25 | rosslagerwall | set | nosy:
+ rosslagerwall |
| 2012年02月09日 23:00:37 | vstinner | set | dependencies: + PEP 410: Use decimal.Decimal type for timestamps |
| 2012年02月09日 23:00:33 | vstinner | create | |