Skip to content

Commit abcfdbc

Browse files
📜🤖 Added by blurb_it.
1 parent c8acaa9 commit abcfdbc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Changes for ``weakref.WeakKeyDictionary.update()``:
2+
3+
* Removed code for updating ``WeakKeyDictionary`` objects by keyword arguments. This did not work correctly because weak references to ``str`` objects are not supported;
4+
* Added clear exception that keyword arguments are not supported in ``update()`` method;
5+
* Added test case.

0 commit comments

Comments
 (0)