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

Berker Peksag report at bugs.python.org
Wed Aug 3 03:49:27 EDT 2016


Berker Peksag added the comment:

I wouldn't consider it a problem since both forms are supported. Also note that you don't need to specify the "UUID." prefix when you use the indented form:

    .. class:: UUID(...)

       .. attribute:: bytes

I don't think the benefit here is worth the amount of code churn.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26267>
_______________________________________


More information about the docs mailing list