Commit Graph

10 Commits

Author SHA1 Message Date
Victor Stinner c99066ebaa PEP 564: Set Status to Final
I pushed my implementation of the PEP 564.
2017-11-02 15:29:04 +01:00
Jakub Wilk 3ab7b4fa9e PEP 564: fix typos (#435) 2017-11-01 15:33:19 -07:00
Victor Stinner cbe3e2d540 Guido van Rossum approved the PEP 564 2017-10-30 18:24:28 +01:00
Antoine Pitrou 114408971f Fix wording and spelling 2017-10-22 11:32:40 +02:00
Victor Stinner 86c06a737c PEP 564: Minor fixes, fix typos 2017-10-18 02:37:03 +02:00
Victor Stinner fcbf6126d3 PEP 564: add process_time()
Explain why other functions don't need a nanosecond variant.
2017-10-18 01:00:37 +02:00
Victor Stinner 253f4b32a0 PEP 564: leave "unchanged functions" question open 2017-10-16 18:51:38 +02:00
Victor Stinner 04a2339ff7 PEP 564: Add link to the implementation 2017-10-16 16:47:58 +02:00
Victor Stinner a4828def40 Complete PEP 564
* Add "Issues caused by precision loss" section with two examples
* Alternatives: add new "Modify time.time() result type" and
  "New time_ns module" sections
2017-10-16 15:45:56 +02:00
Victor Stinner 8a44cd0f3c New PEP 564: Add new time functions with nanosecond resolution 2017-10-16 12:38:12 +02:00