[docs] [issue26267] UUID docs should say how to get "standard form"

Ammar Askar report at bugs.python.org
Wed Jul 6 17:48:56 EDT 2016


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 <report at bugs.python.org>
<http://bugs.python.org/issue26267>
_______________________________________


More information about the docs mailing list