Skip to content

Commit 0139e57

Browse files
Move whatsnew
1 parent ddd1d01 commit 0139e57

File tree

2 files changed

+18
-15
lines changed

2 files changed

+18
-15
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,12 +1196,6 @@ datetime
11961196
* Add :meth:`datetime.time.strptime` and :meth:`datetime.date.strptime`.
11971197
(Contributed by Wannes Boeykens in :gh:`41431`.)
11981198

1199-
* When using digits in :meth:`datetime.date.strptime`,
1200-
:meth:`datetime.datetime.strptime`, or :meth:`datetime.time.strptime`, a
1201-
:exc:`ValueError` is raised if non-ASCII digits are specified for
1202-
non-locale-specific numeric format codes.
1203-
(Contributed by Stan Ulbrych in :gh:`131008`.)
1204-
12051199

12061200
decimal
12071201
-------
@@ -1771,22 +1765,13 @@ sys.monitoring
17711765
:monitoring-event:`BRANCH_RIGHT`. The ``BRANCH`` event is deprecated.
17721766

17731767

1774-
time
1775-
----
1776-
1777-
* When using digits in :func:`time.strptime`, a :exc:`ValueError` is raised if
1778-
non-ASCII digits are specified for non-locale-specific numeric format codes.
1779-
(Contributed by Stan Ulbrych in :gh:`131008`.)
1780-
1781-
17821768
sysconfig
17831769
---------
17841770

17851771
* Add ``ABIFLAGS`` key to :func:`sysconfig.get_config_vars` on Windows.
17861772
(Contributed by Xuehai Pan in :gh:`131799`.)
17871773

17881774

1789-
17901775
threading
17911776
---------
17921777

Doc/whatsnew/3.15.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,16 @@ New modules
8989
Improved modules
9090
================
9191

92+
datetime
93+
--------
94+
95+
* When using digits in :meth:`datetime.date.strptime`,
96+
:meth:`datetime.datetime.strptime`, or :meth:`datetime.time.strptime`, a
97+
:exc:`ValueError` is raised if non-ASCII digits are specified for
98+
non-locale-specific numeric format codes.
99+
(Contributed by Stan Ulbrych in :gh:`131008`.)
100+
101+
92102
ssl
93103
---
94104

@@ -97,6 +107,14 @@ ssl
97107
(Contributed by Will Childs-Klein in :gh:`133624`.)
98108

99109

110+
time
111+
----
112+
113+
* When using digits in :func:`time.strptime`, a :exc:`ValueError` is raised if
114+
non-ASCII digits are specified for non-locale-specific numeric format codes.
115+
(Contributed by Stan Ulbrych in :gh:`131008`.)
116+
117+
100118
.. Add improved modules above alphabetically, not here at the end.
101119
102120
Optimizations

0 commit comments

Comments
 (0)