diff options
author | Matthias Bussonnier <bussonniermatthias@gmail.com> | 2019-06-03 00:43:22 (GMT) |
---|---|---|
committer | Petr Viktorin <encukou@gmail.com> | 2019-06-03 00:43:21 (GMT) |
commit | 13136e83a637a9f1cfbada7e93097005296659b4 (patch) | |
tree | 93eb0b673088f1454fa571a11c6eac006afaaa59 /Misc | |
parent | 1e375c6269e9de4f3d05d4aa6d6d74e00f522d63 (diff) | |
download | cpython-13136e83a637a9f1cfbada7e93097005296659b4.zip cpython-13136e83a637a9f1cfbada7e93097005296659b4.tar.gz cpython-13136e83a637a9f1cfbada7e93097005296659b4.tar.bz2 |
bpo-36896: Clarify that some types constructors are unstable (GH-13271)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2019-05-31-10-46-36.bpo-36896.wkXTW9.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2019-05-31-10-46-36.bpo-36896.wkXTW9.rst b/Misc/NEWS.d/next/Documentation/2019-05-31-10-46-36.bpo-36896.wkXTW9.rst new file mode 100644 index 0000000..d75fcca --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2019-05-31-10-46-36.bpo-36896.wkXTW9.rst @@ -0,0 +1,2 @@ +Clarify that some types have unstable constructor signature between Python +versions. |