[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.

--
components: Library (Lib)
messages: 229769
nosy: haypo, neologix, serhiy.storchaka
priority: normal
severity: normal
stage: needs patch
status: open
title: Use the subprocess module in the uuid module

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22688
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue22688
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22688
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com