From: Benjamin Peterson Date: Thu, 24 Jun 2010 00:02:46 +0000 (+0000) Subject: remove reverted changed X-Git-Tag: v2.7~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c995c10d45a7915b5ea0bb02d114b2579eef04e;p=python remove reverted changed --- diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 6434617359..ded7f7ede6 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.