diff options
author | Georg Brandl <georg@python.org> | 2008-07-01 19:28:43 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-07-01 19:28:43 (GMT) |
commit | 1abcbf8e193019b16f5a7e71c176667fb679baab (patch) | |
tree | 9c475f226c72ae725f4cbfdc0613c50fd5f3b5bc /Misc | |
parent | c22ed14ddd640f206e1e334fcb4ed4ab4de0951e (diff) | |
download | cpython-1abcbf8e193019b16f5a7e71c176667fb679baab.zip cpython-1abcbf8e193019b16f5a7e71c176667fb679baab.tar.gz cpython-1abcbf8e193019b16f5a7e71c176667fb679baab.tar.bz2 |
#2683: Popen.communicate() argument must be bytes.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ Core and Builtins Library ------- +- Issue #2683: Fix inconsistency in subprocess.Popen.communicate(): the + argument now must be a bytes object in any case. + - Issue #3145: help("modules whatever") failed when trying to load the source code of every single module of the standard library, including invalid files used in the test suite. |