diff options
author | Georg Brandl <georg@python.org> | 2010-11-16 15:15:29 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-11-16 15:15:29 (GMT) |
commit | 97b20da02f0dbb8c91c8727a49378d45b9c3de43 (patch) | |
tree | d1ba10476209ddef0e0ecb0192d323155b87d69a /Doc | |
parent | 83283c270a56db084f019843209a43f9f06d38e0 (diff) | |
download | cpython-97b20da02f0dbb8c91c8727a49378d45b9c3de43.zip cpython-97b20da02f0dbb8c91c8727a49378d45b9c3de43.tar.gz cpython-97b20da02f0dbb8c91c8727a49378d45b9c3de43.tar.bz2 |
Add stub for PEP 3148.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 613331f..1bad544 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -97,6 +97,11 @@ and called with code like this:: :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 ===================================== |