diff options
author | Jelle Zijlstra <jelle.zijlstra@gmail.com> | 2019-05-19 00:17:56 (GMT) |
---|---|---|
committer | Cheryl Sabella <cheryl.sabella@gmail.com> | 2019-05-19 00:17:56 (GMT) |
commit | 9892f454d11b7ea9ba394a115b3e6f48ef6f78fe (patch) | |
tree | f174508706c37c5f6c432e1b7dc3075e82b59b4b /Misc | |
parent | da6129e821099c1372d511a11d18af83d6d5d128 (diff) | |
download | cpython-9892f454d11b7ea9ba394a115b3e6f48ef6f78fe.zip cpython-9892f454d11b7ea9ba394a115b3e6f48ef6f78fe.tar.gz cpython-9892f454d11b7ea9ba394a115b3e6f48ef6f78fe.tar.bz2 |
bpo-33519: clarify that .copy() is not part of the MutableSequence ABC (GH-6965)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2018-05-17-21-02-00.bpo-33519.Q7s2FB.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-05-17-21-02-00.bpo-33519.Q7s2FB.rst b/Misc/NEWS.d/next/Documentation/2018-05-17-21-02-00.bpo-33519.Q7s2FB.rst new file mode 100644 index 0000000..0ee6c0d --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2018-05-17-21-02-00.bpo-33519.Q7s2FB.rst @@ -0,0 +1 @@ +Clarify that `copy()` is not part of the `MutableSequence` ABC. |