fix encoding

This commit is contained in:
Benjamin Peterson 2009-01-10 19:08:49 +00:00
parent e7231cc14c
commit 590c66810f
1 changed files with 1 additions and 1 deletions

View 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 Py_AddPendingCall is now thread safe. This allows any worker thread
to submit notifications to the python main thread. This is particularly to submit notifications to the python main thread. This is particularly
useful for asynchronous IO operations. useful for asynchronous IO operations.