mirror of
https://github.com/python/cpython.git
synced 2025-08-17 15:21:26 +00:00
[3.12] Fix indentation of "versionchanged" in datetime.rst (GH-114933) (GH-114937)
(cherry picked from commit b27812d632
)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
parent
e9d53248c6
commit
dee56434b5
1 changed files with 3 additions and 3 deletions
|
@ -1211,7 +1211,7 @@ Supported operations:
|
||||||
attributes, the comparison acts as comparands were first converted to UTC
|
attributes, the comparison acts as comparands were first converted to UTC
|
||||||
datetimes except that the implementation never overflows.
|
datetimes except that the implementation never overflows.
|
||||||
|
|
||||||
.. versionchanged:: 3.3
|
.. versionchanged:: 3.3
|
||||||
Equality comparisons between aware and naive :class:`.datetime`
|
Equality comparisons between aware and naive :class:`.datetime`
|
||||||
instances don't raise :exc:`TypeError`.
|
instances don't raise :exc:`TypeError`.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue