summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2010-12-08 06:50:02 (GMT)
committerRaymond Hettinger <python@rcn.com>2010-12-08 06:50:02 (GMT)
commit24a0941a0f36097704afc2936269d6050503af37 (patch)
treebf6d7a83e062e9bdc18e4831feb646eb38355552 /Doc
parent83d8079ee717502d62cabaf6e63ae9e4ea335be5 (diff)
downloadcpython-24a0941a0f36097704afc2936269d6050503af37.zip
cpython-24a0941a0f36097704afc2936269d6050503af37.tar.gz
cpython-24a0941a0f36097704afc2936269d6050503af37.tar.bz2
Nits.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.2.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index 6ee9adc..f51adc8 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -209,7 +209,7 @@ The design for :mod:`concurrent.futures` was inspired by
are represented by a :class:`~concurrent.futures.Future` object which abstracts
features common to threads, processes, and remote procedure calls. That object
supports status checks (running or done), timeouts, cancellations, adding
-callbacks, and access to results or exceptions.XS
+callbacks, and access to results or exceptions.
The primary offering of the new module is a pair of executor classes for
launching and managing calls. The goal of the executors is to make it easier to
@@ -853,7 +853,6 @@ New, Improved, and Deprecated Modules
(Contributed by Rodolpho Eckhardt and Nick Coghlan, :issue:`10220`.)
-.. XXX: notes on new random.seed() version 2
.. XXX: Create a new section for all changes relating to context managers.
.. XXX: Various ConfigParser changes
.. XXX: Mention inspect.getattr_static (Michael Foord)