remove reverted changed

This commit is contained in:
Benjamin Peterson 2010-06-24 00:02:46 +00:00
parent f6d31cb8b5
commit 5c995c10d4
1 changed files with 0 additions and 3 deletions

View 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]', ParseResult(scheme='http', netloc='[1080::8:800:200C:417A]',
path='/foo', params='', query='', fragment='') 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` * New class: the :class:`~weakref.WeakSet` class in the :mod:`weakref`
module is a set that only holds weak references to its elements; elements module is a set that only holds weak references to its elements; elements
will be removed once there are no references pointing to them. will be removed once there are no references pointing to them.