]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36144: Add union operators to WeakValueDictionary584 (#19127)
authorCurtis Bucher <cpbucher5@gmail.com>
Wed, 25 Mar 2020 01:51:29 +0000 (18:51 -0700)
committerGitHub <noreply@github.com>
Wed, 25 Mar 2020 01:51:29 +0000 (18:51 -0700)
commit8f1ed21ecf57cc8b8095d9d1058af2b9b3ed0413
treed74da03f51570b5a14c1e0a718cfdf47eaa6148d
parent37fcbb65d4589fbb5a72153e9338cf8e6495f64f
bpo-36144: Add union operators to WeakValueDictionary584 (#19127)
Doc/library/weakref.rst
Lib/test/test_weakref.py
Lib/weakref.py
Misc/NEWS.d/next/Library/2020-03-18-14-51-41.bpo-36144.lQm_RK.rst [new file with mode: 0644]