summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.7.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-01-10 19:08:49 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-01-10 19:08:49 (GMT)
commit590c66810f716ab1543fc27da7f8ce12482f25b4 (patch)
treed7ce6fe8da1df4e48e0d168c84788a9efc07c753 /Doc/whatsnew/2.7.rst
parente7231cc14c6561ba6601d276758c89f6dac042dd (diff)
downloadcpython-590c66810f716ab1543fc27da7f8ce12482f25b4.zip
cpython-590c66810f716ab1543fc27da7f8ce12482f25b4.tar.gz
cpython-590c66810f716ab1543fc27da7f8ce12482f25b4.tar.bz2
fix encoding
Diffstat (limited to 'Doc/whatsnew/2.7.rst')
-rw-r--r--Doc/whatsnew/2.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
index bdc364b..b76829c 100644
--- a/Doc/whatsnew/2.7.rst
+++ b/Doc/whatsnew/2.7.rst
@@ -60,7 +60,7 @@ No release schedule has been decided yet for 2.7.
.. ========================================================================
-Kristján Valur Jónsson, issue 4293
+Kristján Valur Jónsson, issue 4293
Py_AddPendingCall is now thread safe. This allows any worker thread
to submit notifications to the python main thread. This is particularly
useful for asynchronous IO operations.