We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212c763 commit 0201347Copy full SHA for 0201347
Doc/whatsnew/3.14.rst
@@ -504,9 +504,9 @@ datetime
504
* Add :meth:`datetime.time.strptime` and :meth:`datetime.date.strptime`.
505
(Contributed by Wannes Boeykens in :gh:`41431`.)
506
507
-* When using digits in :meth:`datetime.date.strptime`, :meth:`datetime.datetime.strptime`,
508
- or :meth:`datetime.time.strptime`, a :exc:`ValueError` is raised if non-ASCII digits are
509
- specified.
+* When using digits in :meth:`datetime.date.strptime`,
+ :meth:`datetime.datetime.strptime`, or :meth:`datetime.time.strptime`, a
+ :exc:`ValueError` is raised if non-ASCII digits are specified.
510
(Contributed by Stan Ulbrych in :gh:`131008`.)
511
512
0 commit comments