[Python-Dev] time.clock_info() field names (original) (raw)
Benjamin Peterson benjamin at python.org
Mon Apr 30 01:25:16 CEST 2012
- Previous message: [Python-Dev] questions about memory management
- Next message: [Python-Dev] time.clock_info() field names
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I see PEP 418 gives time.clock_info() two boolean fields named "is_monotonic" and "is_adjusted". I think the "is_" is unnecessary and a bit ugly, and they could just be renamed "monotonic" and "adjusted".
Thoughts?
-- Regards, Benjamin
- Previous message: [Python-Dev] questions about memory management
- Next message: [Python-Dev] time.clock_info() field names
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]