commit | df10d7cb9709d684c25fc467505b6da47da1a493 | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Sun Oct 23 23:07:22 2011 +0200 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Sun Oct 23 23:07:22 2011 +0200 |
tree | 5a336151bc675afb2c4f22d6529dc6dafac3a90a | |
parent | c8065e46fed927b35310bddcc0adf8898ff9c784 [diff] [blame] |
Issue #13141: Demonstrate recommended style for SocketServer examples.
diff --git a/Misc/NEWS b/Misc/NEWS index 7b793b2..10a0e41 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -342,6 +342,11 @@ - Issue #12057: Add tests for ISO 2022 codecs (iso2022_jp, iso2022_jp_2, iso2022_kr). +Documentation +------------- + +- Issue #13141: Demonstrate recommended style for SocketServer examples. + What's New in Python 2.7.2? ===========================