diff options
author | achhina <aman.s.chhina@gmail.com> | 2023-01-22 06:59:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-22 06:59:31 (GMT) |
commit | 95f5b05a8cad61b296807c14e50896075c4dc1de (patch) | |
tree | 165d16ec14680f38e0a8631603190125351de2b0 /Misc/ACKS | |
parent | c1c5882359a2899b74c1685a0d4e61d6e232161f (diff) | |
download | cpython-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/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -315,6 +315,7 @@ Nicolas Chauvat Jerry Chen Michael Chermside Ingrid Cheung +Adam Chhina Terry Chia Albert Chin-A-Young Adal Chiriliuc |