commit | 87b5d9196ece21916d5663928bfb8f69169b16b6 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Apr 18 02:02:15 2007 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Apr 18 02:02:15 2007 +0000 |
tree | 784da15c13dd0a64e597e365f7010af3dd478deb | |
parent | e6e383f4984c71a0126743474ac4ca209dd946b6 [diff] [blame] |
Revert 53667
diff --git a/Misc/NEWS b/Misc/NEWS index bd76c87..9a13da6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -14,6 +14,7 @@ - Revert SF #1615701: dict.update() does *not* call __getitem__() or keys() if subclassed. This is to remain consistent with 2.5. + Also revert revision 53667 with made a similar change to set.update(). What's New in Python 2.5.1c1?