]> granicus.if.org Git - python/commit
Issue #22637: avoid using a shell in uuid
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 21 Oct 2014 20:33:10 +0000 (22:33 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 21 Oct 2014 20:33:10 +0000 (22:33 +0200)
commitb9d0199c073fc963b27106f4b7752dcbe39bfed3
treef1a04098cb32574266bbe03126fb673ec75bc4c7
parent35cd53a940f03453a1dab782cac9a3cb4212174c
Issue #22637: avoid using a shell in uuid

Replace os.popen() with subprocess.Popen() in the uuid module.
Lib/test/test_uuid.py
Lib/uuid.py