https://hg.python.org/cpython/rev/6ccba4febf0d changeset: 101731:6ccba4febf0d user: Kushal Das <kushaldas at gmail.com> date: Sat Jun 04 16:24:05 2016 -0700 summary: Fixes whitespace issue files: Lib/test/test_wsgiref.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/Lib/test/test_wsgiref.py b/Lib/test/test_wsgiref.py --- a/Lib/test/test_wsgiref.py +++ b/Lib/test/test_wsgiref.py @@ -704,4 +704,3 @@ if __name__ == "__main__": unittest.main() - -- Repository URL: https://hg.python.org/cpython