summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-09-25 03:25:42 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-09-25 03:25:42 (GMT)
commitaa7fbd956451b37f794eb50da9738b970a6f73cb (patch)
tree5f5a590364b47d00bb90d5884b72b4bee22722ef /Misc
parent81437c90253c5862791781613305d920e8e9c53b (diff)
downloadcpython-aa7fbd956451b37f794eb50da9738b970a6f73cb.zip
cpython-aa7fbd956451b37f794eb50da9738b970a6f73cb.tar.gz
cpython-aa7fbd956451b37f794eb50da9738b970a6f73cb.tar.bz2
revert r85003, poorly considered; breaks tests
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8d7f328..489d6a9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,9 +10,6 @@ What's New in Python 3.2 Alpha 3?
Core and Builtins
-----------------
-- Issue #9943: Improve the TypeError raised for passing too many positional
- arguments.
-
- Issue #9930: Remove bogus subtype check that was causing (e.g.)
float.__rdiv__(2.0, 3) to return NotImplemented instead of the
expected 1.5.