Skip to content

Commit e86bcfa

Browse files
authored
bpo-9811: [doc] strftime handling of unsupported format specifiers is platform dependent (GH-28264)
1 parent f0f29f3 commit e86bcfa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/datetime.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2431,7 +2431,8 @@ incomplete or ambiguous ISO 8601 directives will raise a :exc:`ValueError`.
24312431
The full set of format codes supported varies across platforms, because Python
24322432
calls the platform C library's :func:`strftime` function, and platform
24332433
variations are common. To see the full set of format codes supported on your
2434-
platform, consult the :manpage:`strftime(3)` documentation.
2434+
platform, consult the :manpage:`strftime(3)` documentation. There are also
2435+
differences between platforms in handling of unsupported format specifiers.
24352436

24362437
.. versionadded:: 3.6
24372438
``%G``, ``%u`` and ``%V`` were added.

0 commit comments

Comments
 (0)