[Python-checkins] peps: PEP 495: Removed a separate 'Comparison' section.

alexander.belopolsky python-checkins at python.org
Mon Aug 10 02:05:52 CEST 2015


https://hg.python.org/peps/rev/74ac5a41d0fc
changeset:   5947:74ac5a41d0fc
user:        Alexander Belopolsky <alexander.belopolsky at gmail.com>
date:        Sun Aug 09 20:05:46 2015 -0400
summary:
  PEP 495: Removed a separate 'Comparison' section.

files:
  pep-0495.txt |  7 -------
  1 files changed, 0 insertions(+), 7 deletions(-)


diff --git a/pep-0495.txt b/pep-0495.txt
--- a/pep-0495.txt
+++ b/pep-0495.txt
@@ -303,13 +303,6 @@
    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
 ----------------------------------

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list