[issue44431] Add command-line functionality to uuid module

2021-06-16 Thread Erlend E. Aasland
Change by Erlend E. Aasland : -- nosy: +erlendaasland ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue44431] Add command-line functionality to uuid module

2021-06-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: 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. -- nosy: +serhiy.storchaka

[issue44431] Add command-line functionality to uuid module

2021-06-15 Thread Eric Phenix
Change by Eric Phenix : -- keywords: +patch pull_requests: +25336 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26751 ___ Python tracker ___

[issue44431] Add command-line functionality to uuid module

2021-06-15 Thread Eric Phenix
New submission from Eric Phenix : Suggested functionality: > python -m uuid > b9aa5a06-e2cd-4c26-b26b-1590f01ea996 -- messages: 395906 nosy: ephenix priority: normal severity: normal status: open title: Add command-line functionality to uuid module type: enhancement versions: Python 3.