summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
diff options
context:
space:
mode:
authorachhina <aman.s.chhina@gmail.com>2023-01-22 06:59:31 (GMT)
committerGitHub <noreply@github.com>2023-01-22 06:59:31 (GMT)
commit95f5b05a8cad61b296807c14e50896075c4dc1de (patch)
tree165d16ec14680f38e0a8631603190125351de2b0 /Misc/ACKS
parentc1c5882359a2899b74c1685a0d4e61d6e232161f (diff)
downloadcpython-95f5b05a8cad61b296807c14e50896075c4dc1de.zip
cpython-95f5b05a8cad61b296807c14e50896075c4dc1de.tar.gz
cpython-95f5b05a8cad61b296807c14e50896075c4dc1de.tar.bz2
GH-88597: Added command line interface to UUID module. (#99463)
The `uuid` module now supports command line usage. ```python ❯ ./python.exe -m uuid 5f2d57b1-90e8-417c-ba5d-69b9b6f74289 ❯ ./python.exe -m uuid -h usage: uuid.py [-h] [-u {uuid1,uuid3,uuid4,uuid5}] [-ns NAMESPACE] [-n NAME] ... ```
Diffstat (limited to 'Misc/ACKS')
-rw-r--r--Misc/ACKS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 7680345..74abceb 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -315,6 +315,7 @@ Nicolas Chauvat
Jerry Chen
Michael Chermside
Ingrid Cheung
+Adam Chhina
Terry Chia
Albert Chin-A-Young
Adal Chiriliuc