commit | 97e5f281a7dd4ce7ae0d5a967d8da0623e1e1d56 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Sat Jul 11 09:35:13 2009 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Sat Jul 11 09:35:13 2009 +0000 |
tree | ba58b176a13ca8fcc7c020a61933e674d113fa64 | |
parent | 15ccb3d3f741ceffd7b2dca67870bbee5cfe3a49 [diff] [blame] |
#6358: Merge r73933: Add basic tests for the return value of os.popen().close(). And fix the implementation to make these tests pass with py3k
diff --git a/Misc/NEWS b/Misc/NEWS index 8b29266..d0f155a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -38,6 +38,9 @@ Library ------- +- Issue #6358: The exit status of a command started with os.popen() was + reported differently than it did with python 2.x. + - Issue #6323: The pdb debugger did not exit when running a script with a syntax error.