summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-07-08 09:45:07 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-07-08 09:45:07 -0400
commitf00029364c683cda7411e66035ca951655c32ea9 (patch)
treeb5ee03425e9b9f4d9172389194b463d03df07fa5
parent3e1e93e0564235ce0ed3668abb6a6397e8bb3b31 (diff)
downloadcpython-git-bugfix/16396-linux-wintypes-importable.tar.gz
-rw-r--r--Misc/NEWS.d/next/Library/2020-07-08-09-45-00.bpo-16936.z8o8Pn.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-07-08-09-45-00.bpo-16936.z8o8Pn.rst b/Misc/NEWS.d/next/Library/2020-07-08-09-45-00.bpo-16936.z8o8Pn.rst
new file mode 100644
index 0000000000..c76db4eede
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-07-08-09-45-00.bpo-16936.z8o8Pn.rst
@@ -0,0 +1 @@
+Allow ``ctypes.wintypes`` to be imported on non-Windows systems.