File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
12061200decimal
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-
17821768sysconfig
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-
17901775threading
17911776---------
17921777
Original file line number Diff line number Diff line change @@ -89,6 +89,16 @@ New modules
8989Improved 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+
92102ssl
93103---
94104
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
You can’t perform that action at this time.
0 commit comments