Skip to content

Commit 214bdd4

Browse files
Use ISO date format.
1 parent c239ed0 commit 214bdd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Lib/locale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1506,7 +1506,7 @@ def getpreferredencoding(do_setlocale=True):
15061506
#
15071507
# This list has been updated from
15081508
# https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/70feba9f-294e-491e-b6eb-56532684c37f
1509-
# to include every locale up to protocol revision 16.0 (4/23/2024).
1509+
# to include every locale up to protocol revision 16.0 (2024-04-23).
15101510
#
15111511
# NOTE: this mapping is incomplete. If your language is missing, please
15121512
# submit a bug report as detailed in the Python devguide at:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Update the table of Windows language code identifiers (LCIDs) used by
22
:func:`locale.getdefaultlocale` on Windows to protocol version 16.0
3-
(4/23/2024).
3+
(2024-04-23).

0 commit comments

Comments
 (0)