Issue 44431: Add command-line functionality to uuid module (original) (raw)

Issue44431

Created on 2021-06-16 04:14 by ephenix, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 26751 open ephenix,2021-06-16 04:20
Messages (2)
msg395906 - (view) Author: Eric Phenix (ephenix) * Date: 2021-06-16 04:14
Suggested functionality: > python -m uuid > b9aa5a06-e2cd-4c26-b26b-1590f01ea996
msg395967 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2021-06-16 21:56
I think it would be a useful feature. But would not be better to make interface similar to interface of standard Linux command uuidgen? In any case it should support the -h or --help options.
History
Date User Action Args
2022-04-11 14:59:46 admin set github: 88597
2021-06-16 22:06:09 erlendaasland set nosy: + erlendaasland
2021-06-16 21:56:42 serhiy.storchaka set nosy: + serhiy.storchakamessages: +
2021-06-16 04:20:41 ephenix set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest25336>
2021-06-16 04:14:46 ephenix create