Ammar Askar added the comment:

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.

----------
keywords: +patch
nosy: +ammar2
Added file: http://bugs.python.org/file43647/uuiddocs.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26267>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to