| commit | f0604fddc3b9a775f22d19d7d7fe50c4aa1ecf7d | [log] [tgz] |
|---|---|---|
| author | Richard Oudkerk <shibturn@gmail.com> | Mon Jun 11 17:56:08 2012 +0100 |
| committer | Richard Oudkerk <shibturn@gmail.com> | Mon Jun 11 17:56:08 2012 +0100 |
| tree | 3a5d1f001f19e5948cb8003c5f9a063dc8a96b84 | |
| parent | 839a482a1159767aa34ce947b7e3429396c2325e [diff] [blame] |
Issue #3518: Remove references to non-existent BaseManager.from_address() method
diff --git a/Misc/NEWS b/Misc/NEWS index 13a1320..4012c96 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -21,6 +21,9 @@ Library ------- +- Issue #3518: Remove references to non-existent BaseManager.from_address() + method. + - Issue #13857: Added textwrap.indent() function (initial patch by Ezra Berch)