PEP 538: Note Mac OS X limitation on reference implementation
This commit is contained in:
parent
48f355fc28
commit
144c024805
|
@ -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.
|
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
|
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
|
Backporting to earlier Python 3 releases
|
||||||
|
|
Loading…
Reference in New Issue