diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-11-10 08:42:06 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-11-10 08:42:06 (GMT) |
commit | 069bdcbb25cf7dfd90d5967c2ee3191fbe0e9617 (patch) | |
tree | 2981bbb239edaa6ee3e5c47bea4306615febb3c4 /Misc/NEWS | |
parent | 3454941d26ef85da2b5dca8fe8938ca470d90615 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |