[Python-Dev] time.clock_info() field names

Benjamin Peterson benjamin at python.org
Mon Apr 30 01:25:16 CEST 2012


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


More information about the Python-Dev mailing list