mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
376b46d92b
gh-108269: Add CFBundleAllowMixedLocalizations to Info.plist on macOS (GH-113213)
Adding this key with a value of true enables detecting the
users prefered language in libraries accessing system APIs
for this.
(cherry picked from commit 4cfce3a4da)
Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>