]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #26267: Improve uuid.UUID documentation
authorBerker Peksag <berker.peksag@gmail.com>
Sat, 31 Dec 2016 17:08:16 +0000 (20:08 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sat, 31 Dec 2016 17:08:16 +0000 (20:08 +0300)
commit6b5e4a86a7f53bcdc565d1eb6d88c17d16b64a2f
treef19e1963258a91169e42528dc56c18f693fe1ec6
parent195319e6bb605e882d942f2268dbb0408c896ee1
Issue #26267: Improve uuid.UUID documentation

* Document how comparison of UUID objects work
* Document str(uuid) returns the braceless standard form
* Add a test for comparison of a UUID object with a non-UUID object

Patch by Ammar Askar.
Doc/library/uuid.rst
Lib/test/test_uuid.py