From 590c66810f716ab1543fc27da7f8ce12482f25b4 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 10 Jan 2009 19:08:49 +0000 Subject: fix encoding --- Doc/whatsnew/2.7.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v0.12