summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-09-11 21:21:12 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-09-11 21:21:12 (GMT)
commit14f9f7df74dae1f10bd81ffaf3fab088fa785132 (patch)
tree73d1a9e87b7250dd9b49c86ae89c236c4aca59fa /Misc/NEWS
parentef8a8beab140ab41f06993ade1117a87017e3d2c (diff)
downloadcpython-14f9f7df74dae1f10bd81ffaf3fab088fa785132.zip
cpython-14f9f7df74dae1f10bd81ffaf3fab088fa785132.tar.gz
cpython-14f9f7df74dae1f10bd81ffaf3fab088fa785132.tar.bz2
Merged revisions 74741 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r74741 | benjamin.peterson | 2009-09-11 16:17:13 -0500 (Fri, 11 Sep 2009) | 1 line #6888 fix the alias command with no arguments ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 85fad1c..3e06581 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -52,6 +52,8 @@ C-API
Library
-------
+- Issue #6888: pdb's alias command was broken when no arguments were given.
+
- Issue #6795: int(Decimal('nan')) now raises ValueError instead of
returning NaN or raising InvalidContext. Also, fix infinite recursion
in long(Decimal('nan')).