[Python-Dev] [RFC] PEP 418: Add monotonic time, performance counter and process time functions (original) (raw)
Guido van Rossum guido at python.org
Sun Apr 29 16:40:46 CEST 2012
- Previous message: [Python-Dev] [RFC] PEP 418: Add monotonic time, performance counter and process time functions
- Next message: [Python-Dev] Suggested addition to PEP 8 for context managers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, Apr 28, 2012 at 6:26 PM, Victor Stinner <victor.stinner at gmail.com> wrote:
Hi Guido,
2012/4/28 Guido van Rossum <guido at python.org>: I read most of the PEP and I think it is ready for acceptance! Thanks for your patience in shepherding this through such a difficult and long discussion. You're welcome, but many developers helped me!
I tried to imply that in the next sentence. :-) Still, without your push it would not have happened.
Also thanks to the many other contributors, especially those who ended up as co-authors. We will have an awesome new set of time APIs! Now let the implementation roll... The PEP is not accepted yet at: http://www.python.org/dev/peps/pep-0418/ Did you forget to update its status, or are you waiting for something?
To get to a machine with a checkout. Done.
Anyway I commited the implementation of the PEP 418 (after the last change on the API of time.getclockinfo()). Let's see how buildbots feel with monotonic time.
Awesome!
-- --Guido van Rossum (python.org/~guido)
- Previous message: [Python-Dev] [RFC] PEP 418: Add monotonic time, performance counter and process time functions
- Next message: [Python-Dev] Suggested addition to PEP 8 for context managers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]