summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2010-03-02 13:55:33 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2010-03-02 13:55:33 (GMT)
commitab21f75ff1c096dc66e0bbdb408711148aec8ce3 (patch)
tree57597237019bf462e9aae583f4a36e78d61f45dc
parente9330e79419bf44c20cabeb2539e2c71e6af9e06 (diff)
downloadcpython-ab21f75ff1c096dc66e0bbdb408711148aec8ce3.zip
cpython-ab21f75ff1c096dc66e0bbdb408711148aec8ce3.tar.gz
cpython-ab21f75ff1c096dc66e0bbdb408711148aec8ce3.tar.bz2
Add an item
-rw-r--r--Doc/whatsnew/2.7.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
index 2ec9e62..73c4304 100644
--- a/Doc/whatsnew/2.7.rst
+++ b/Doc/whatsnew/2.7.rst
@@ -222,6 +222,16 @@ module, but it's easier to use.
:pep:`378` - Format Specifier for Thousands Separator
PEP written by Raymond Hettinger; implemented by Eric Smith.
+PEP 389: The argparse Module for Parsing Command Lines
+======================================================
+
+XXX write this section.
+
+.. seealso::
+
+ :pep:`389` - argparse - New Command Line Parsing Module
+ PEP written and implemented by Steven Bethard.
+
PEP 391: Dictionary-Based Configuration For Logging
====================================================