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: Remove output comparison for test_pep277
Type: behavior Stage:
Components: Tests Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: christian.heimes Nosy List: brett.cannon, christian.heimes, gvanrossum
Priority: low Keywords: patch

Created on 2007-12-14 09:09 by brett.cannon, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
rm_output-test_pep277.diff brett.cannon, 2007-12-14 09:09
Messages (3)
msg58618 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2007-12-14 09:09
The output from test_pep277.py seems to be completely worthless in terms
of testing.  The attached patch removes the output comparison file from
Lib/test/output and changes test_pep277.py to not output anything.  But
since I don't have a Windows box I can't test this patch to commit it
myself.
msg58633 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2007-12-14 18:28
Crys, can you look into this?
msg58656 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2007-12-15 05:39
Fixed in r59519 with some small modifications.
History
Date User Action Args
2022-04-11 14:56:28adminsetgithub: 45965
2007-12-15 05:39:41christian.heimessetstatus: open -> closed
resolution: fixed
messages: + msg58656
2007-12-14 18:28:16gvanrossumsetkeywords: + patch
assignee: christian.heimes
messages: + msg58633
nosy: + christian.heimes, gvanrossum
2007-12-14 09:09:08brett.cannoncreate