]> granicus.if.org Git - python/commitdiff
merge heads
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sun, 23 Dec 2012 17:55:21 +0000 (19:55 +0200)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Sun, 23 Dec 2012 17:55:21 +0000 (19:55 +0200)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 9a33632c7fdd4ef3a5adb6c5acdac26d978a9285,4ddcd00a85849987fb92edecda4b9a78295fe4da..e7fa7d9dff5b42b9cc3175870eb67e2850957cf2
+++ b/Misc/NEWS
@@@ -179,8 -179,9 +179,11 @@@ Core and Builtin
  Library
  -------
  
+ - Issue #16443: Add docstrings to regular expression match objects.
+   Patch by Anton Kasyanov.
 +- Issue #15701: Fix HTTPError info method call to return the headers information.
 +
  - Issue #16646: ftplib.FTP.makeport() might lose socket error details.
    (patch by Serhiy Storchaka)