diff options
author | xdegaye <xdegaye@gmail.com> | 2019-04-29 12:53:30 (GMT) |
---|---|---|
committer | Victor Stinner <vstinner@redhat.com> | 2019-04-29 12:53:30 (GMT) |
commit | a86e06433a010f873dfd7957e0f87a39539876ee (patch) | |
tree | 7d73e0dfeea42cf5f1fe5cece5f57b41ae2f2b6b /Misc | |
parent | 843bf42aa65aaa25b356e7b3d8733a117b8f01a4 (diff) | |
download | cpython-a86e06433a010f873dfd7957e0f87a39539876ee.zip cpython-a86e06433a010f873dfd7957e0f87a39539876ee.tar.gz cpython-a86e06433a010f873dfd7957e0f87a39539876ee.tar.bz2 |
bpo-35952: Fix test.pythoninfo when the compiler is missing (GH-13007)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-04-29-11-47-06.bpo-35952.3uNuyo.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-04-29-11-47-06.bpo-35952.3uNuyo.rst b/Misc/NEWS.d/next/Library/2019-04-29-11-47-06.bpo-35952.3uNuyo.rst new file mode 100644 index 0000000..9aeea90 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-04-29-11-47-06.bpo-35952.3uNuyo.rst @@ -0,0 +1 @@ +Fix pythoninfo when the compiler is missing. |