[Python-Dev] time.clock_info() field names (original) (raw)
Benjamin Peterson benjamin at python.org
Tue May 1 15:38:41 CEST 2012
- Previous message: [Python-Dev] Open PEPs and large-scale changes for 3.3
- Next message: [Python-Dev] [RELEASED] Python 3.3.0 alpha 3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I've now renamed "is_monotonic" to "monotonic" and "is_adjusted" to "adjusted".
2012/4/29 Benjamin Peterson <benjamin at python.org>:
Hi, I see PEP 418 gives time.clockinfo() two boolean fields named "ismonotonic" and "isadjusted". I think the "is" is unnecessary and a bit ugly, and they could just be renamed "monotonic" and "adjusted".
Thoughts? -- Regards, Benjamin
-- Regards, Benjamin
- Previous message: [Python-Dev] Open PEPs and large-scale changes for 3.3
- Next message: [Python-Dev] [RELEASED] Python 3.3.0 alpha 3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]