PEP 495: Removed a separate 'Comparison' section.

This commit is contained in:
Alexander Belopolsky 2015-08-09 20:05:46 -04:00
parent 01f91829df
commit c08a7777ec
1 changed files with 0 additions and 7 deletions

View File

@ -303,13 +303,6 @@ original datetime instance had ``first=False``.
the same (even not-None) ``tzinfo``. This may change in the future,
but such changes are outside of the scope of this PEP.
Comparison
----------
Instances of ``datetime.time`` and ``datetime.datetime`` classes that
differ only by the value of their ``first`` attribute will compare as
equal.
Backward and Forward Compatibility
----------------------------------