summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-11-10 08:42:06 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-11-10 08:42:06 (GMT)
commit069bdcbb25cf7dfd90d5967c2ee3191fbe0e9617 (patch)
tree2981bbb239edaa6ee3e5c47bea4306615febb3c4 /Misc/NEWS
parent3454941d26ef85da2b5dca8fe8938ca470d90615 (diff)
downloadcpython-069bdcbb25cf7dfd90d5967c2ee3191fbe0e9617.zip
cpython-069bdcbb25cf7dfd90d5967c2ee3191fbe0e9617.tar.gz
cpython-069bdcbb25cf7dfd90d5967c2ee3191fbe0e9617.tar.bz2
Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian
platforms.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b79595a..280448b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,9 @@ Core and Builtins
Library
-------
+- Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian
+ platforms.
+
- Issues #814253, #9179: Group references and conditional group references now
work in lookbehind assertions in regular expressions.