diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/0206.bpo-20804.XyZhvi.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/0206.bpo-20804.XyZhvi.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/0206.bpo-20804.XyZhvi.rst b/Misc/NEWS.d/next/Library/0206.bpo-20804.XyZhvi.rst new file mode 100644 index 0000000..b2e9bce --- /dev/null +++ b/Misc/NEWS.d/next/Library/0206.bpo-20804.XyZhvi.rst @@ -0,0 +1,2 @@ +The unittest.mock.sentinel attributes now preserve their identity when they +are copied or pickled. |