[Zodb-checkins] SVN: ZODB/branches/tim-deprecate-subtxn/src/ZODB/tests/testConnection.py Removed stupid new code.

Tim Peters tim.one at comcast.net
Wed Jul 13 18:50:54 EDT 2005


Log message for revision 33306:
  Removed stupid new code.
  

Changed:
  U   ZODB/branches/tim-deprecate-subtxn/src/ZODB/tests/testConnection.py

-=-
Modified: ZODB/branches/tim-deprecate-subtxn/src/ZODB/tests/testConnection.py
===================================================================
--- ZODB/branches/tim-deprecate-subtxn/src/ZODB/tests/testConnection.py	2005-07-13 22:48:58 UTC (rev 33305)
+++ ZODB/branches/tim-deprecate-subtxn/src/ZODB/tests/testConnection.py	2005-07-13 22:50:54 UTC (rev 33306)
@@ -322,11 +322,6 @@
         >>> cn.close()
 
         >>> db.close()
-
-        Obscure:  There is no API call for removing the filter we added, but
-        filters appears to be a public variable.
-
-        >>> del warnings.filters[0]
         """
 
     def test_onCloseCallbacks(self):



More information about the Zodb-checkins mailing list