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

georg.brandl python-checkins at python.org
Tue Nov 16 16:15:29 CET 2010


Author: georg.brandl
Date: Tue Nov 16 16:15:29 2010
New Revision: 86479

Log:
Add stub for PEP 3148.

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 Nov 16 16:15:29 2010
@@ -97,6 +97,11 @@
    :pep:`391` - Dictionary Based Configuration for Logging
       PEP written by Vinay Sajip.
 
+PEP 3148:  The ``concurrent.futures`` module
+============================================
+
+.. (Stub section)
+
 
 PEP 3147:  PYC Repository Directories
 =====================================


More information about the Python-checkins mailing list