summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2012-06-04 23:22:15 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2012-06-04 23:22:15 (GMT)
commit034d0aa2171688c40cee1a723ddcdb85bbce31e8 (patch)
tree6523794112aefabf7d198ab5f1e915dbf9e01568 /Misc
parente860404eb78c2f6fcb05477bdb691e81009ee28d (diff)
downloadcpython-034d0aa2171688c40cee1a723ddcdb85bbce31e8.zip
cpython-034d0aa2171688c40cee1a723ddcdb85bbce31e8.tar.gz
cpython-034d0aa2171688c40cee1a723ddcdb85bbce31e8.tar.bz2
Issue #14711: os.stat_float_times() has been deprecated.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ee5e5ff..b8d0928 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,8 @@ Core and Builtins
Library
-------
+- Issue #14711: os.stat_float_times() has been deprecated.
+
- LZMAFile now accepts the modes "rb"/"wb"/"ab" as synonyms of "r"/"w"/"a".
- The bz2 and lzma modules now each contain an open() function, allowing