summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Windows/2019-05-05-05-23-34.bpo-28269.-MOHI7.rst
diff options
context:
space:
mode:
authorMinmin Gong <gongminmin@msn.com>2019-07-13 13:11:43 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2019-07-13 13:11:43 (GMT)
commit05f2d84cae4ba1ff15b7a1d0347305393f4bdcc5 (patch)
tree44b38c79d0706be2530936685a8ed9a410f2e161 /Misc/NEWS.d/next/Windows/2019-05-05-05-23-34.bpo-28269.-MOHI7.rst
parentb5bbb8a740eaf46c78d122185de8b072e9deea2a (diff)
downloadcpython-05f2d84cae4ba1ff15b7a1d0347305393f4bdcc5.zip
cpython-05f2d84cae4ba1ff15b7a1d0347305393f4bdcc5.tar.gz
cpython-05f2d84cae4ba1ff15b7a1d0347305393f4bdcc5.tar.bz2
bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095)
Diffstat (limited to 'Misc/NEWS.d/next/Windows/2019-05-05-05-23-34.bpo-28269.-MOHI7.rst')
-rw-r--r--Misc/NEWS.d/next/Windows/2019-05-05-05-23-34.bpo-28269.-MOHI7.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-05-05-05-23-34.bpo-28269.-MOHI7.rst b/Misc/NEWS.d/next/Windows/2019-05-05-05-23-34.bpo-28269.-MOHI7.rst
new file mode 100644
index 0000000..a531b98
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2019-05-05-05-23-34.bpo-28269.-MOHI7.rst
@@ -0,0 +1 @@
+Replace use of :c:func:`strcasecmp` for the system function :c:func:`_stricmp`. Patch by Minmin Gong.