summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.7.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-06-24 00:02:46 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-06-24 00:02:46 (GMT)
commit5c995c10d45a7915b5ea0bb02d114b2579eef04e (patch)
tree3eefff4fff69c5d7ac7ffb163cac791d9ba2cb91 /Doc/whatsnew/2.7.rst
parentf6d31cb8b50a1fa74165f442955b57f9d1f93c86 (diff)
downloadcpython-5c995c10d45a7915b5ea0bb02d114b2579eef04e.zip
cpython-5c995c10d45a7915b5ea0bb02d114b2579eef04e.tar.gz
cpython-5c995c10d45a7915b5ea0bb02d114b2579eef04e.tar.bz2
remove reverted changed
Diffstat (limited to 'Doc/whatsnew/2.7.rst')
-rw-r--r--Doc/whatsnew/2.7.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
index 6434617..ded7f7e 100644
--- a/Doc/whatsnew/2.7.rst
+++ b/Doc/whatsnew/2.7.rst
@@ -1625,9 +1625,6 @@ changes, or look through the Subversion logs for all the details.
ParseResult(scheme='http', netloc='[1080::8:800:200C:417A]',
path='/foo', params='', query='', fragment='')
-* The :class:`~UserDict.UserDict` class is now a new-style class. (Changed by
- Benjamin Peterson.)
-
* New class: the :class:`~weakref.WeakSet` class in the :mod:`weakref`
module is a set that only holds weak references to its elements; elements
will be removed once there are no references pointing to them.