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

benjamin.peterson python-checkins at python.org
Tue Dec 7 04:47:37 CET 2010


Author: benjamin.peterson
Date: Tue Dec  7 04:47:37 2010
New Revision: 87108

Log:
add news note

Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Tue Dec  7 04:47:37 2010
@@ -10,6 +10,9 @@
 Core and Builtins
 -----------------
 
+- Issue #10630: Return dict views from the dict proxy keys()/values()/items()
+  methods.
+
 - Issue #10596: Fix float.__mod__ to have the same behaviour as float.__divmod__
   with respect to signed zeros.  -4.0 % 4.0 should be 0.0, not -0.0.
 


More information about the Python-checkins mailing list