mirror of
https://github.com/python/cpython.git
synced 2025-09-29 03:35:31 +00:00
bpo-9811: [doc] strftime handling of unsupported format specifiers is platform dependent (GH-28264)
This commit is contained in:
parent
f0f29f328d
commit
e86bcfa580
1 changed files with 2 additions and 1 deletions
|
@ -2431,7 +2431,8 @@ incomplete or ambiguous ISO 8601 directives will raise a :exc:`ValueError`.
|
||||||
The full set of format codes supported varies across platforms, because Python
|
The full set of format codes supported varies across platforms, because Python
|
||||||
calls the platform C library's :func:`strftime` function, and platform
|
calls the platform C library's :func:`strftime` function, and platform
|
||||||
variations are common. To see the full set of format codes supported on your
|
variations are common. To see the full set of format codes supported on your
|
||||||
platform, consult the :manpage:`strftime(3)` documentation.
|
platform, consult the :manpage:`strftime(3)` documentation. There are also
|
||||||
|
differences between platforms in handling of unsupported format specifiers.
|
||||||
|
|
||||||
.. versionadded:: 3.6
|
.. versionadded:: 3.6
|
||||||
``%G``, ``%u`` and ``%V`` were added.
|
``%G``, ``%u`` and ``%V`` were added.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue