This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cocoatomo
Recipients cocoatomo, docs@python
Date 2017-03-31.03:40:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490931613.41.0.406216073022.issue29952@psf.upfronthosting.co.za>
In-reply-to
Content
In the section "6.10.1. Value comparisons" [1]_::

   Equality comparison of the keys and elements enforces reflexivity.

would be

   Equality comparison of the keys and values enforces reflexivity.

because we usually call an entry of dict as "key-value pair".

.. [1] https://docs.python.org/3.6/reference/expressions.html#value-comparisons
History
Date User Action Args
2017-03-31 03:40:13cocoatomosetrecipients: + cocoatomo, docs@python
2017-03-31 03:40:13cocoatomosetmessageid: <1490931613.41.0.406216073022.issue29952@psf.upfronthosting.co.za>
2017-03-31 03:40:13cocoatomolinkissue29952 messages
2017-03-31 03:40:12cocoatomocreate