diff options
author | Zackery Spytz <zspytz@gmail.com> | 2019-10-28 17:03:27 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@python.org> | 2019-10-28 17:03:27 (GMT) |
commit | edb172a87296d9359593a23cd9a09f5867ea1f0e (patch) | |
tree | 64359f31ad97fe423526941e2821781c15da1336 /Misc | |
parent | e471e72977c83664f13d041c78549140c86c92de (diff) | |
download | cpython-edb172a87296d9359593a23cd9a09f5867ea1f0e.zip cpython-edb172a87296d9359593a23cd9a09f5867ea1f0e.tar.gz cpython-edb172a87296d9359593a23cd9a09f5867ea1f0e.tar.bz2 |
bpo-38519: Internal include files missing on Windows (GH-16921)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2019-10-28-05-01-29.bpo-38519.dCkY66.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-10-28-05-01-29.bpo-38519.dCkY66.rst b/Misc/NEWS.d/next/Windows/2019-10-28-05-01-29.bpo-38519.dCkY66.rst new file mode 100644 index 0000000..56d8bb2 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2019-10-28-05-01-29.bpo-38519.dCkY66.rst @@ -0,0 +1,2 @@ +Restores the internal C headers that were missing from the nuget.org and +Microsoft Store packages. |