mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Merged revisions 76383 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r76383 | lars.gustaebel | 2009-11-18 21:29:25 +0100 (Wed, 18 Nov 2009) | 10 lines Merged revisions 76381 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76381 | lars.gustaebel | 2009-11-18 21:24:54 +0100 (Wed, 18 Nov 2009) | 3 lines Issue #7341: Close the internal file object in the TarFile constructor in case of an error. ........ ................
This commit is contained in:
parent
b5ea027cb5
commit
7dfcef577e
2 changed files with 27 additions and 18 deletions
|
@ -46,6 +46,9 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #7341: Close the internal file object in the TarFile constructor in
|
||||
case of an error.
|
||||
|
||||
- Issue #7293: distutils.test_msvc9compiler is fixed to work on any fresh
|
||||
Windows box. Help provided by David Bolen.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue