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 ammar2
Recipients abarnert, ammar2, docs@python, georg.brandl, tuxtimo
Date 2016-07-06.21:48:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467841736.37.0.971534848805.issue26267@psf.upfronthosting.co.za>
In-reply-to
Content
This patch adds documentation for the str(uuid) operator along with documenting the fact that UUID instances support comparisons with `>` and `<`.

It also indents the attributes and descriptions to emphasize that they are part of the UUID instance, not the uuid module. 

I followed https://docs.python.org/3/library/stdtypes.html#set for documenting the operators, hope it's fine.
History
Date User Action Args
2016-07-06 21:48:56ammar2setrecipients: + ammar2, georg.brandl, docs@python, abarnert, tuxtimo
2016-07-06 21:48:56ammar2setmessageid: <1467841736.37.0.971534848805.issue26267@psf.upfronthosting.co.za>
2016-07-06 21:48:56ammar2linkissue26267 messages
2016-07-06 21:48:56ammar2create