From f3213ddd7b89035c365dce077b8b386f572e0a18 Mon Sep 17 00:00:00 2001 From: 180909 <734461790@qq.com> Date: Mon, 29 Nov 2021 13:47:25 +0800 Subject: [PATCH 1/2] bpo-38619: Update the documention for UUID.hex --- Doc/library/uuid.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/uuid.rst b/Doc/library/uuid.rst index 415e25bef6de7d..c0be7106d0fe35 100644 --- a/Doc/library/uuid.rst +++ b/Doc/library/uuid.rst @@ -118,7 +118,7 @@ which relays any information about the UUID's safety, using this enumeration: .. attribute:: UUID.hex - The UUID as a 32-character hexadecimal string. + The UUID as a 32-character hexadecimal string, and it's always lowercase. .. attribute:: UUID.int From 0c1878a4a1e98b1db9cd2d20587354ef45cceaba Mon Sep 17 00:00:00 2001 From: 180909 Date: Mon, 20 Dec 2021 16:24:15 +0800 Subject: [PATCH 2/2] Update Doc/library/uuid.rst Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> --- Doc/library/uuid.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/uuid.rst b/Doc/library/uuid.rst index c0be7106d0fe35..ddfbbda279e35d 100644 --- a/Doc/library/uuid.rst +++ b/Doc/library/uuid.rst @@ -118,7 +118,7 @@ which relays any information about the UUID's safety, using this enumeration: .. attribute:: UUID.hex - The UUID as a 32-character hexadecimal string, and it's always lowercase. + The UUID as a 32-character lowercase hexadecimal string. .. attribute:: UUID.int