mirror of https://github.com/python/cpython.git
[3.11] Fix indentation of "versionchanged" in datetime.rst (GH-114933) (GH-114936)
(cherry picked from commit b27812d632
)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
parent
df5381d8b6
commit
9bc79da844
|
@ -1203,9 +1203,9 @@ Supported operations:
|
|||
attributes, the comparison acts as comparands were first converted to UTC
|
||||
datetimes except that the implementation never overflows.
|
||||
|
||||
.. versionchanged:: 3.3
|
||||
Equality comparisons between aware and naive :class:`.datetime`
|
||||
instances don't raise :exc:`TypeError`.
|
||||
.. versionchanged:: 3.3
|
||||
Equality comparisons between aware and naive :class:`.datetime`
|
||||
instances don't raise :exc:`TypeError`.
|
||||
|
||||
Instance methods:
|
||||
|
||||
|
|
Loading…
Reference in New Issue