[Python-Dev] Changing the default value of stat_float_times

"Martin v. Löwis" martin at v.loewis.de
Thu Jan 6 21:12:40 CET 2005


When support for floating-point stat times was added in 2.3,
it was the plan that this should eventually become the default.
Does anybody object if I change the default now, for Python 2.5?
Applications which then break can globally change it back, with

os.stat_float_times(False)

Regards,
Martin


More information about the Python-Dev mailing list