summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c078623..100fcec 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -190,6 +190,12 @@ Extension Modules
- Issue #12950: Fix passing file descriptors in multiprocessing, under
OpenIndiana/Illumos.
+Documentation
+-------------
+
+- Issue #13141: Demonstrate recommended style for socketserver examples.
+
+
What's New in Python 3.2.2?
===========================