diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2021-02-02 20:41:05 +0000 |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2021-02-02 20:41:05 +0000 |
commit | 22dbd9e8c05ece0126a5fc0fc131a42eac74c0a3 (patch) | |
tree | 961a08965e0bc66dcb60bb6b4ee78778af1bb1bf /Misc/NEWS.d/next/Library/2021-01-15-00-23-50.bpo-42931.QD6U2B.rst | |
parent | bpo-43108: Fix a reference leak in the curses module (GH-24420) (diff) | |
download | cpython-22dbd9e8c05ece0126a5fc0fc131a42eac74c0a3.tar.gz cpython-22dbd9e8c05ece0126a5fc0fc131a42eac74c0a3.tar.bz2 cpython-22dbd9e8c05ece0126a5fc0fc131a42eac74c0a3.zip |
Python 3.10.0a5
Diffstat (limited to 'Misc/NEWS.d/next/Library/2021-01-15-00-23-50.bpo-42931.QD6U2B.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-01-15-00-23-50.bpo-42931.QD6U2B.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-01-15-00-23-50.bpo-42931.QD6U2B.rst b/Misc/NEWS.d/next/Library/2021-01-15-00-23-50.bpo-42931.QD6U2B.rst deleted file mode 100644 index 01f8094944f..00000000000 --- a/Misc/NEWS.d/next/Library/2021-01-15-00-23-50.bpo-42931.QD6U2B.rst +++ /dev/null @@ -1 +0,0 @@ -Add :func:`randbytes` to ``random.__all__``. |