]> granicus.if.org Git - python/commit
PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 12 Jun 2012 20:46:37 +0000 (22:46 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 12 Jun 2012 20:46:37 +0000 (22:46 +0200)
commit2b89fdf7eb17b5ca3928aa3c2f6552e79386c677
tree644b67cd605fd28d1b8d676b79787cf03fd4d3df
parentbda4b8802c9693cd1c6f97cc09e34c4f63b030ef
PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result

Fix also its value on Windows and Linux according to its documentation:
"adjustable" indicates if the clock *can be* adjusted, not if it is or was
adjusted.

In most cases, it is not possible to indicate if a clock is or was adjusted.
Doc/library/time.rst
Include/pytime.h
Lib/test/test_time.py
Misc/NEWS
Modules/timemodule.c
Python/pytime.c