| commit | 1c6c90fc73bc779da80982aaf0c17644c6017fa5 | [log] [tgz] |
|---|---|---|
| author | Andrew Svetlov <andrew.svetlov@gmail.com> | Sun Dec 23 20:09:01 2012 +0200 |
| committer | Andrew Svetlov <andrew.svetlov@gmail.com> | Sun Dec 23 20:09:01 2012 +0200 |
| tree | 2a8ad407d8961fa6d5cb7d7aa8a468ed22ae6bc3 | |
| parent | f8a6b005fdd1b150ae41699de556951a0d3ee26b [diff] [blame] |
Issue #16443: Add docstrings to regular expression match objects. Patch by Anton Kasyanov.
diff --git a/Misc/NEWS b/Misc/NEWS index c017257..e8e318d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -160,6 +160,9 @@ Library ------- +- Issue #16443: Add docstrings to regular expression match objects. + Patch by Anton Kasyanov. + - Issue #8853: Allow port to be of type long for socket.getaddrinfo(). - Issue #16597: In buffered and text IO, call close() on the underlying stream