]> granicus.if.org Git - python/commitdiff
Issue #10182: The re module doesn't truncate indices to 32 bits anymore.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 2 Dec 2012 11:55:12 +0000 (12:55 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 2 Dec 2012 11:55:12 +0000 (12:55 +0100)
Patch by Serhiy Storchaka.

1  2 
Misc/NEWS
Modules/_sre.c

diff --cc Misc/NEWS
index 3b38db7a981d8a087d974b9b6d082beb7d122aaf,bdfe16158bc681b5cb3c49e27d8480c26d54e2ae..e9eb774e9b31467021e6401336c2ab4e54ca7440
+++ b/Misc/NEWS
@@@ -145,9 -98,9 +145,12 @@@ Core and Builtin
  Library
  -------
  
+ - Issue #10182: The re module doesn't truncate indices to 32 bits anymore.
+   Patch by Serhiy Storchaka.
 +- Issue #16333: use (",", ": ") as default separator when indent is specified
 +  to avoid trailing whitespace.  Patch by Serhiy Storchaka.
 +
  - Issue #16573: In 2to3, treat enumerate() like a consuming call, so superfluous
    list() calls aren't added to filter(), map(), and zip() which are directly
    passed enumerate().
diff --cc Modules/_sre.c
Simple merge