[Python-Dev] Changing the default value of stat_float_times (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Thu Jan 6 21:12:40 CET 2005
- Previous message: [Python-Dev] proto-pep: How to change CPython's bytecode
- Next message: [Python-Dev] Re: super() harmful?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] proto-pep: How to change CPython's bytecode
- Next message: [Python-Dev] Re: super() harmful?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]