commit | 069bdcbb25cf7dfd90d5967c2ee3191fbe0e9617 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Mon Nov 10 10:42:06 2014 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Mon Nov 10 10:42:06 2014 +0200 |
tree | 2981bbb239edaa6ee3e5c47bea4306615febb3c4 | |
parent | 3454941d26ef85da2b5dca8fe8938ca470d90615 [diff] [blame] |
Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian platforms.
diff --git a/Misc/NEWS b/Misc/NEWS index b79595a..280448b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -37,6 +37,9 @@ 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.