[Python-checkins] r84579 - python/branches/py3k/Doc/whatsnew/3.2.rst

georg.brandl python-checkins at python.org
Tue Sep 7 10:18:27 CEST 2010


Author: georg.brandl
Date: Tue Sep  7 10:18:26 2010
New Revision: 84579

Log:
Add stub entry for argparse.

Modified:
   python/branches/py3k/Doc/whatsnew/3.2.rst

Modified: python/branches/py3k/Doc/whatsnew/3.2.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.2.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/3.2.rst	Tue Sep  7 10:18:26 2010
@@ -243,6 +243,8 @@
 New, Improved, and Deprecated Modules
 =====================================
 
+* XXX mention :mod:`argparse`.
+
 * The :mod:`functools` module includes a new decorator for caching function
   calls.  :func:`functools.lru_cache` can save repeated queries to an external
   resource whenever the results are expected to be the same.


More information about the Python-checkins mailing list