summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-01-18 09:12:11 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-01-18 09:12:11 (GMT)
commitb2653b344e01710a99bc782a0b9e4b4d0f8eed5f (patch)
treec44edb836460297744670f3db8970d795f8bb69a /Misc
parentccb416fee2c680252a16a55f2640cba3bde80185 (diff)
downloadcpython-b2653b344e01710a99bc782a0b9e4b4d0f8eed5f.zip
cpython-b2653b344e01710a99bc782a0b9e4b4d0f8eed5f.tar.gz
cpython-b2653b344e01710a99bc782a0b9e4b4d0f8eed5f.tar.bz2
Issue #23098: 64-bit dev_t is now supported in the os module.
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 7f87c2d..c866803 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,8 @@ Core and Builtins
Library
-------
+- Issue #23098: 64-bit dev_t is now supported in the os module.
+
- Issue #23250: In the http.cookies module, capitalize "HttpOnly" and "Secure"
as they are written in the standard.