SIGN IN SIGN UP

bpo-46659: Deprecate locale.getdefaultlocale() (GH-31206)

The locale.getdefaultlocale() function is deprecated and will be
removed in Python 3.13. Use locale.setlocale(),
locale.getpreferredencoding(False) and locale.getlocale() functions
instead.
V
Victor Stinner committed
b899126094731bc49fecb61f2c1b7557d74ca839
Parent: ccbe804
Committed by GitHub <noreply@github.com> on 2/22/2022, 9:06:43 PM