summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-06 08:45:25 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-06 08:45:25 (GMT)
commit992cf1dd5925b43fc0dadfc7af9d7def53c1365c (patch)
tree388c55906d8f83fd4b1a84688389c40c729a90d4 /Misc/NEWS
parentce28e2c24b4c8bbead80f0ef0e948daff3ba4be6 (diff)
downloadcpython-992cf1dd5925b43fc0dadfc7af9d7def53c1365c.zip
cpython-992cf1dd5925b43fc0dadfc7af9d7def53c1365c.tar.gz
cpython-992cf1dd5925b43fc0dadfc7af9d7def53c1365c.tar.bz2
Issue #18972: Modernize email examples and use the argparse module in them.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 60f416a..66c3c73 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,11 @@ Library
- Issue #4366: Fix building extensions on all platforms when --enable-shared
is used.
+Documentation
+-------------
+
+- Issue #18972: Modernize email examples and use the argparse module in them.
+
Build
-----