[Python-checkins] peps: PEP 410: deprecate os.stat_float_times()

victor.stinner python-checkins at python.org
Fri Feb 3 02:17:11 CET 2012


http://hg.python.org/peps/rev/67b68e48700f
changeset:   4031:67b68e48700f
user:        Victor Stinner <victor.stinner at haypocalc.com>
date:        Fri Feb 03 02:17:33 2012 +0100
summary:
  PEP 410: deprecate os.stat_float_times()

files:
  pep-0410.txt |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/pep-0410.txt b/pep-0410.txt
--- a/pep-0410.txt
+++ b/pep-0410.txt
@@ -64,6 +64,8 @@
  * time.gmtime(), time.localtime()
  * os.utimensat(), os.futimens()
 
+The os.stat_float_times() is deprecated: use timestamp=int argument instead.
+
 
 Backwards Compatibility
 =======================

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list