commit | 56ad5ed5ad37746228f7482fd501d8469539a2c1 | [log] [tgz] |
---|---|---|
author | Andrew Svetlov <andrew.svetlov@gmail.com> | Sun Dec 23 19:23:07 2012 +0200 |
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | Sun Dec 23 19:23:07 2012 +0200 |
tree | b8eff591f4941d1269d3699cb31e582b94847e72 | |
parent | 3cbdaa3fee9489570124c368c94ff84718c81dae [diff] [blame] |
Issue #16443: Add docstrings to regular expression match objects. Patch by Anton Kasyanov.
diff --git a/Misc/NEWS b/Misc/NEWS index 2b50cbb..4ddcd00 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -179,6 +179,9 @@ Library ------- +- Issue #16443: Add docstrings to regular expression match objects. + Patch by Anton Kasyanov. + - Issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka)