diff options
author | Eitan Adler <grimreaper@users.noreply.github.com> | 2018-07-11 11:01:27 (GMT) |
---|---|---|
committer | INADA Naoki <methane@users.noreply.github.com> | 2018-07-11 11:01:27 (GMT) |
commit | b91a3a0d61596cafb1b46c98fab65fee16a8bbbb (patch) | |
tree | 3de149a4bba8cade9047bd853bdfe0fc578c18ef /Misc/NEWS.d/next/Build | |
parent | 31b50b8cbfbf49d5fc17c612cf0dfaa4d0c24983 (diff) | |
download | cpython-b91a3a0d61596cafb1b46c98fab65fee16a8bbbb.zip cpython-b91a3a0d61596cafb1b46c98fab65fee16a8bbbb.tar.gz cpython-b91a3a0d61596cafb1b46c98fab65fee16a8bbbb.tar.bz2 |
bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114)
This code does not appear to be used anywhere in the python code base.
The use was removed in eb81795d7d3a8c898fa89.
Diffstat (limited to 'Misc/NEWS.d/next/Build')
-rw-r--r-- | Misc/NEWS.d/next/Build/2018-05-25-13-05-51.bpo-33648.bJ4JZH.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2018-05-25-13-05-51.bpo-33648.bJ4JZH.rst b/Misc/NEWS.d/next/Build/2018-05-25-13-05-51.bpo-33648.bJ4JZH.rst new file mode 100644 index 0000000..eaac4eb --- /dev/null +++ b/Misc/NEWS.d/next/Build/2018-05-25-13-05-51.bpo-33648.bJ4JZH.rst @@ -0,0 +1,2 @@ +The --with-c-locale-warning configuration flag has been removed. It has had +no effect for about a year. |