Skip to content

Commit c8acaa9

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

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)