mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Merged revisions 75818 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75818 | antoine.pitrou | 2009-10-27 18:41:58 +0100 (mar., 27 oct. 2009) | 3 lines Issue #7205: Fix a possible deadlock when using a BZ2File object from several threads at once. ........
This commit is contained in:
parent
495f7b5adb
commit
c66363f5e0
3 changed files with 27 additions and 1 deletions
|
@ -117,6 +117,9 @@ C-API
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #7205: Fix a possible deadlock when using a BZ2File object from
|
||||
several threads at once.
|
||||
|
||||
- Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424.
|
||||
|
||||
- Issue #7099: Decimal.is_normal now returns True for numbers with exponent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue