summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-03-31 20:48:04 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-03-31 20:48:04 (GMT)
commit7faf70512a81b30f09914602b6083cd83f6bf38f (patch)
tree8d107986fa023338adef5844126275e34695c1c6 /Misc
parentf61d07903e32698f48ad54963af4452d4ff7f242 (diff)
downloadcpython-7faf70512a81b30f09914602b6083cd83f6bf38f.zip
cpython-7faf70512a81b30f09914602b6083cd83f6bf38f.tar.gz
cpython-7faf70512a81b30f09914602b6083cd83f6bf38f.tar.bz2
Issue #17591: Use lowercase filenames when including Windows header files.
Patch by Roumen Petrov.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 21f2cd5..7c7ad78 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -943,6 +943,7 @@ Tim Peters
Benjamin Peterson
Joe Peterson
Chris Petrilli
+Roumen Petrov
Bjorn Pettersen
Justin D. Pettit
Ronny Pfannschmidt
diff --git a/Misc/NEWS b/Misc/NEWS
index 03b3c4f..9a64abb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1163,6 +1163,9 @@ Tests
Build
-----
+- Issue #17591: Use lowercase filenames when including Windows header files.
+ Patch by Roumen Petrov.
+
- Issue #17550: Fix the --enable-profiling configure switch.
- Issue #17425: Build with openssl 1.0.1d on Windows.