]> granicus.if.org Git - python/commitdiff
remove reverted changed
authorBenjamin Peterson <benjamin@python.org>
Thu, 24 Jun 2010 00:02:46 +0000 (00:02 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 24 Jun 2010 00:02:46 +0000 (00:02 +0000)
Doc/whatsnew/2.7.rst

index 6434617359f743c9818f48ccd8de8a8a9e1ef022..ded7f7ede6297705e0b5be586ad6fbd069e46ae7 100644 (file)
@@ -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.