summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-02-08 15:00:52 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-02-08 15:00:52 (GMT)
commit876185542d7d21701d8ee56af10ee88f6f8a516d (patch)
tree2fb003ab2dd5cfc2fdd4102c29930e6430d04281 /Misc/NEWS
parentf1ffeb598a2aa066125bbd314a072a623aa5a1c9 (diff)
downloadcpython-876185542d7d21701d8ee56af10ee88f6f8a516d.zip
cpython-876185542d7d21701d8ee56af10ee88f6f8a516d.tar.gz
cpython-876185542d7d21701d8ee56af10ee88f6f8a516d.tar.bz2
remove memoryview.__str__ #5182
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 ee1bc56..a0a8d1f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 3.1 alpha 0
Core and Builtins
-----------------
+- Issue #5182: Removed memoryview.__str__.
+
- Issue #1717: Removed builtin cmp() function, dropped tp_compare
slot, the C API functions PyObject_Compare and PyUnicode_Compare and
the type definition cmpfunc. The tp_compare slot has been renamed