summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2009-09-13 15:12:47 (GMT)
committerMatthias Klose <doko@ubuntu.com>2009-09-13 15:12:47 (GMT)
commit582357733efeb395eb8bd718e69ba73769aee3bf (patch)
tree802b542972b4db2a9f877f980c335d28913816e0 /Misc
parent429e34a3a5d6d953e9fdaa17617a54c8d0f55338 (diff)
downloadcpython-582357733efeb395eb8bd718e69ba73769aee3bf.zip
cpython-582357733efeb395eb8bd718e69ba73769aee3bf.tar.gz
cpython-582357733efeb395eb8bd718e69ba73769aee3bf.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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d81de70..5b22479 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -74,6 +74,8 @@ Core and Builtins
Library
-------
+- Issue #6635: Fix profiler printing usage message.
+
- Issue #6795: int(Decimal('nan')) now raises ValueError instead of
returning NaN or raising InvalidContext. Also, fix infinite recursion
in long(Decimal('nan')).