commit | b9d0199c073fc963b27106f4b7752dcbe39bfed3 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Oct 21 22:33:10 2014 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Oct 21 22:33:10 2014 +0200 |
tree | f1a04098cb32574266bbe03126fb673ec75bc4c7 | |
parent | 35cd53a940f03453a1dab782cac9a3cb4212174c [diff] |
Issue #22637: avoid using a shell in uuid Replace os.popen() with subprocess.Popen() in the uuid module.