Skip to content

Commit a7e5eb2

Browse files
committed
add WhatsNew
1 parent e8e9ad2 commit a7e5eb2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,17 @@ ast
9292
Added :func:`ast.compare` for comparing two ASTs.
9393
(Contributed by Batuhan Taskaya and Jeremy Hylton in :issue:`15987`.)
9494

95+
datetime
96+
--------
97+
98+
* Add support for ISO 8601 basic format for the following methods:
99+
100+
- :meth:`date.isoformat <datetime.date.isoformat>`
101+
- :meth:`datetime.isoformat <datetime.datetime.isoformat>`
102+
- :meth:`time.isoformat <datetime.time.isoformat>`
103+
104+
(Contributed by Bénédikt Tran in :gh:`118948`).
105+
95106
os
96107
--
97108

0 commit comments

Comments
 (0)