[Python-checkins] r84436 - python/branches/py3k/Misc/NEWS

daniel.stutzbach python-checkins at python.org
Thu Sep 2 17:13:35 CEST 2010


Author: daniel.stutzbach
Date: Thu Sep  2 17:13:35 2010
New Revision: 84436

Log:
Credit where credit is due

Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Thu Sep  2 17:13:35 2010
@@ -13,7 +13,7 @@
 -----------------
 
 - Issue #9212: dict_keys and dict_items now provide the isdisjoint()
-  method, to conform to the Set ABC.
+  method, to conform to the Set ABC.  Patch by Daniel Urban.
 
 - Issue #9737: Fix a crash when trying to delete a slice or an item from
   a memoryview object.


More information about the Python-checkins mailing list