Skip to content

Commit 54bd9c1

Browse files
committed
roll python version to 3.16 for %C implementation in Doc
1 parent 5bf1155 commit 54bd9c1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Doc/library/datetime.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2720,9 +2720,12 @@ differences between platforms in handling of unsupported format specifiers.
27202720
``%:z`` was added for :meth:`~.datetime.strftime`.
27212721

27222722
.. versionadded:: 3.15
2723-
``%C``, ``%D``, ``%F``, ``%n``, ``%t``, and ``%:z`` were added for
2723+
``%D``, ``%F``, ``%n``, ``%t``, and ``%:z`` were added for
27242724
:meth:`~.datetime.strptime`.
27252725

2726+
.. versionadded:: 3.16
2727+
``%C`` was added for :meth:`~.datetime.strptime`.
2728+
27262729

27272730
Technical detail
27282731
^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)