This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: struni: fix for test_cmd_line
Type: Stage:
Components: Tests Versions: Python 3.0
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: christian.heimes, gvanrossum
Priority: normal Keywords: patch

Created on 2007-07-10 21:56 by christian.heimes, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_cmd_line.patch christian.heimes, 2007-07-10 21:56
Messages (2)
msg52818 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2007-07-10 21:56
Some unit tests were failing because subprocess's stdout returns bytes and not strings.
msg52819 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2007-07-11 06:56
Thanks!

Committed revision 56250.
History
Date User Action Args
2022-04-11 14:56:25adminsetgithub: 45163
2008-01-06 22:29:45adminsetkeywords: - py3k
versions: + Python 3.0
2007-07-10 21:56:35christian.heimescreate