8000 gh-118948: add support for ISO 8601 basic format to ``datetime`` by picnixz · Pull Request #120553 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-118948: add support for ISO 8601 basic format to datetime #120553

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
blurb
  • Loading branch information
picnixz committed Jun 15, 2024
commit e8e9ad2c5240f6f64e3e061894f4d9cb10196467
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
The :meth:`date.isoformat <datetime.date.isoformat>`,
:meth:`datetime.isoformat <datetime.datetime.isoformat>` and
:meth:`time.isoformat <datetime.time.isoformat>` methods now
support ISO 8601 basic format. Patch by Bénédikt Tran.
0