diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-05-02 20:06:54 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-05-02 20:06:54 (GMT) |
commit | 336e54f4c73299e0d716842f0accce2f5560304b (patch) | |
tree | 52f0c17538f3d95951c38f350bdf47df4d70e2cb /Misc | |
parent | 82af01d38b9d192bd299f07145b5c99a6e0da82b (diff) | |
download | cpython-336e54f4c73299e0d716842f0accce2f5560304b.zip cpython-336e54f4c73299e0d716842f0accce2f5560304b.tar.gz cpython-336e54f4c73299e0d716842f0accce2f5560304b.tar.bz2 |
Merged revisions 80705 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r80705 | antoine.pitrou | 2010-05-02 21:59:47 +0200 (dim., 02 mai 2010) | 10 lines
Merged revisions 80704 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80704 | antoine.pitrou | 2010-05-02 21:51:14 +0200 (dim., 02 mai 2010) | 4 lines
Issue #4687: Fix accuracy of garbage collection runtimes displayed with
gc.DEBUG_STATS.
........
................
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -40,6 +40,9 @@ Core and Builtins Library ------- +- Issue #4687: Fix accuracy of garbage collection runtimes displayed with + gc.DEBUG_STATS. + - Issue #8464: tarfile no longer creates files with execute permissions set when mode="w|" is used. |