diff options
author | Matthias Klose <doko@ubuntu.com> | 2009-09-13 15:18:53 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2009-09-13 15:18:53 (GMT) |
commit | f6b76b0c643256f0dee98bb2432160dad05cfe16 (patch) | |
tree | bae1b884699497219901b62f9ac5fb51a98ffabc /Misc | |
parent | 659c7b1bedbd566de7a6e60de1a1e637ca52f0b0 (diff) | |
download | cpython-f6b76b0c643256f0dee98bb2432160dad05cfe16.zip cpython-f6b76b0c643256f0dee98bb2432160dad05cfe16.tar.gz cpython-f6b76b0c643256f0dee98bb2432160dad05cfe16.tar.bz2 |
Merged revisions 74773 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r74773 | matthias.klose | 2009-09-13 17:09:24 +0200 (So, 13 Sep 2009) | 2 lines
Issue #6635: Fix profiler printing usage message.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -70,6 +70,8 @@ C-API Library ------- +- Issue #6635: Fix profiler printing usage message. + - Issue #6856: Add a filter keyword argument to TarFile.add(). - Issue #6888: pdb's alias command was broken when no arguments were given. |