[issue22688] Use the subprocess module in the uuid module

2014-10-21 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Oh, I missed it. Thank you for opening the issue and writting the patch. -- resolution: -> duplicate stage: needs patch -> resolved status: open -> closed superseder: -> avoid using a shell in uuid: replce os.popen with subprocess.Popen ___

[issue22688] Use the subprocess module in the uuid module

2014-10-21 Thread STINNER Victor
STINNER Victor added the comment: Did you see my issue which has a patch? http://bugs.python.org/issue22637 -- ___ Python tracker ___

[issue22688] Use the subprocess module in the uuid module

2014-10-21 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: There is a proposition (msg229163) to use the subprocess module instead of os.popen() in the uuid module. I hesitate how classify this issue (behavior, security or enhancement) and for which versions target it. May be this is a dependency of issue17293. -