diff options
| author | Łukasz Langa <lukasz@langa.pl> | 2021-02-19 12:31:44 (GMT) |
|---|---|---|
| committer | Łukasz Langa <lukasz@langa.pl> | 2021-02-19 12:31:44 (GMT) |
| commit | 1a79785e3e8fea80bcf6a800b45a04e06c787480 (patch) | |
| tree | 1d70f3ca3031c1e2228f24d86351be7a59a8dcc6 /Misc | |
| parent | 138488750512b47f1773630f90e92ec5038b6978 (diff) | |
| download | cpython-3.9.2.zip cpython-3.9.2.tar.gz cpython-3.9.2.tar.bz2 | |
Python 3.9.2v3.9.2
Diffstat (limited to 'Misc')
| -rw-r--r-- | Misc/NEWS.d/3.9.2.rst | 7 | ||||
| -rw-r--r-- | Misc/NEWS.d/next/Windows/2021-02-10-04-16-51.bpo-43155.O1tURk.rst | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.9.2.rst b/Misc/NEWS.d/3.9.2.rst new file mode 100644 index 0000000..a2756a9 --- /dev/null +++ b/Misc/NEWS.d/3.9.2.rst @@ -0,0 +1,7 @@ +.. bpo: 43155 +.. date: 2021-02-10-04-16-51 +.. nonce: O1tURk +.. release date: 2021-02-19 +.. section: Windows + +:c:func:`PyCMethod_New` is now present in ``python3.lib``. diff --git a/Misc/NEWS.d/next/Windows/2021-02-10-04-16-51.bpo-43155.O1tURk.rst b/Misc/NEWS.d/next/Windows/2021-02-10-04-16-51.bpo-43155.O1tURk.rst deleted file mode 100644 index 2eeef2b..0000000 --- a/Misc/NEWS.d/next/Windows/2021-02-10-04-16-51.bpo-43155.O1tURk.rst +++ /dev/null @@ -1 +0,0 @@ -:c:func:`PyCMethod_New` is now present in ``python3.lib``. |
