[issue24405] Missing code markup in "Expressions" documentation

2015-06-12 Thread Berker Peksag
Changes by Berker Peksag : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue24405] Missing code markup in "Expressions" documentation

2015-06-12 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> fixed stage: needs patch -> resolved type: enhancement -> behavior ___ Python tracker ___ _

[issue24405] Missing code markup in "Expressions" documentation

2015-06-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset ccb0f43964e0 by Terry Jan Reedy in branch '3.4': Closes issue #24405: mark set display as code. https://hg.python.org/cpython/rev/ccb0f43964e0 -- nosy: +python-dev ___ Python tracker

[issue24405] Missing code markup in "Expressions" documentation

2015-06-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: This is Py3 only (Py 2 has no set displays) in Reference Manual, 6.9. Comparisons. (Please provide such info with reports.) Will fix. -- nosy: +terry.reedy stage: -> needs patch versions: +Python 3.4, Python 3.5, Python 3.6 _

[issue24405] Missing code markup in "Expressions" documentation

2015-06-08 Thread Gareth Rees
New submission from Gareth Rees: The "Expressions" documentation contains the text: > * Sets and frozensets define comparison operators to mean subset and superset > tests. Those relations do not define total orderings (the two sets ``{1,2}`` > and {2,3} are not equal, nor subsets of one anot