From 144c02480560a032301a1ad1161327b2ce97531c Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Mon, 13 Mar 2017 16:03:31 +1000 Subject: [PATCH] PEP 538: Note Mac OS X limitation on reference implementation --- pep-0538.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pep-0538.txt b/pep-0538.txt index 38a8ab766..002b1fe38 100644 --- a/pep-0538.txt +++ b/pep-0538.txt @@ -806,7 +806,9 @@ This patch is now being maintained as the ``pep538-coerce-c-locale`` feature branch [18_] in Nick Coghlan's fork of the CPython repository on GitHub. NOTE: As discussed in [1_], the currently posted draft implementation has some -known issues on Android. +known issues on Android. It is also missing the ``configure.ac`` adjustments +to ensure that ``PY_COERCE_C_LOCALE`` and ``PY_WARN_ON_C_LOCALE`` are always +undefined on Mac OS X. Backporting to earlier Python 3 releases