diff options
| author | Łukasz Langa <lukasz@langa.pl> | 2022-03-16 12:12:59 (GMT) |
|---|---|---|
| committer | Łukasz Langa <lukasz@langa.pl> | 2022-03-16 13:03:13 (GMT) |
| commit | 2de452f8bf2f78417e04bcf7919beb502c53a0e2 (patch) | |
| tree | 94d46da02742b0d952a9e00dd3744d11be6b8dc7 | |
| parent | 0b0609d0d1a2f231c94bab2177095dd9a46fc137 (diff) | |
| download | cpython-3.9.11.zip cpython-3.9.11.tar.gz cpython-3.9.11.tar.bz2 | |
Python 3.9.11, take twov3.9.11
| -rw-r--r-- | Include/patchlevel.h | 2 | ||||
| -rw-r--r-- | Misc/NEWS.d/3.9.11.rst | 12 | ||||
| -rw-r--r-- | Misc/NEWS.d/next/Build/2022-03-16-00-37-40.bpo-47032.tsS9KE.rst | 2 |
3 files changed, 12 insertions, 4 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 1079299..bf343ad 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.9.11+" +#define PY_VERSION "3.9.11" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. diff --git a/Misc/NEWS.d/3.9.11.rst b/Misc/NEWS.d/3.9.11.rst index 5efbb4b..b25cbe9 100644 --- a/Misc/NEWS.d/3.9.11.rst +++ b/Misc/NEWS.d/3.9.11.rst @@ -1,7 +1,7 @@ .. bpo: 46852 .. date: 2022-02-25-02-01-42 .. nonce: _3zg8D -.. release date: 2022-03-15 +.. release date: 2022-03-16 .. section: Core and Builtins Rename the private undocumented ``float.__set_format__()`` method to @@ -601,6 +601,16 @@ Update Windows installer to use SQLite 3.37.2. .. +.. bpo: 47032 +.. date: 2022-03-16-00-37-40 +.. nonce: tsS9KE +.. section: Build + +Ensure Windows install builds fail correctly with a non-zero exit code +when part of the build fails. + +.. + .. bpo: 44549 .. date: 2022-03-07-17-46-40 .. nonce: SPrGS9 diff --git a/Misc/NEWS.d/next/Build/2022-03-16-00-37-40.bpo-47032.tsS9KE.rst b/Misc/NEWS.d/next/Build/2022-03-16-00-37-40.bpo-47032.tsS9KE.rst deleted file mode 100644 index 4f2f1c8..0000000 --- a/Misc/NEWS.d/next/Build/2022-03-16-00-37-40.bpo-47032.tsS9KE.rst +++ /dev/null @@ -1,2 +0,0 @@ -Ensure Windows install builds fail correctly with a non-zero exit code when -part of the build fails. |
