diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2010-07-07 21:20:56 +0200 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2010-07-07 21:20:56 +0200 |
commit | 8eff1545b83aafba80074951829f6325199a5b25 (patch) | |
tree | f1c35ba9c20cf72d395d182c859c908bcd14897c /CHANGES | |
parent | Improve command line API cases "layman" and "layman foo" (diff) | |
download | layman-8eff1545b83aafba80074951829f6325199a5b25.tar.gz layman-8eff1545b83aafba80074951829f6325199a5b25.tar.bz2 layman-8eff1545b83aafba80074951829f6325199a5b25.zip |
Replace os.system() by subprocess.Popen()
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ Version TODO Former now shows a usage summary while latter now reports an error. Both of them kept quiet before. + - Replace os.system() by subprocess.Popen() + Version 1.3.4 - Released 2010-07-05 =================================== |