commit | 3ade66c203cda06227c5ac0c50857f9b7eb71c87 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Aug 03 19:26:33 2013 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Aug 03 19:26:33 2013 +0300 |
tree | ddbb3cc334f868270df7ca9115b0e6549eeefe6d | |
parent | e8e312142e69647de9f66b89d7cedcd3ea05ae2c [diff] [blame] |
Issue #17998: Fix an internal error in regular expression engine.
diff --git a/Misc/NEWS b/Misc/NEWS index e3394c4..ef614c7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -26,6 +26,8 @@ Library ------- +- Issue #17998: Fix an internal error in regular expression engine. + - Issue #17557: Fix os.getgroups() to work with the modified behavior of getgroups(2) on OS X 10.8. Original patch by Mateusz Lenik.