From: Benjamin Peterson Date: Sat, 10 Jan 2009 19:08:49 +0000 (+0000) Subject: fix encoding X-Git-Tag: v2.7a1~2333 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=590c66810f716ab1543fc27da7f8ce12482f25b4;p=python fix encoding --- diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index bdc364bbee..b76829c1bb 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.