]> granicus.if.org Git - python/commitdiff
fix encoding
authorBenjamin Peterson <benjamin@python.org>
Sat, 10 Jan 2009 19:08:49 +0000 (19:08 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 10 Jan 2009 19:08:49 +0000 (19:08 +0000)
Doc/whatsnew/2.7.rst

index bdc364bbee687f942c9df19ecee31454bb05b772..b76829c1bbecfcafbde6fbd1290c5a4689a14270 100644 (file)
@@ -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.