From e8f583244acd61d7ba43d0f98c06d57c25977039 Mon Sep 17 00:00:00 2001 From: Alexander Belopolsky Date: Fri, 15 Oct 2010 16:28:20 +0000 Subject: Issue #9308: Removed redundant coding cookies. Added tests for importing encoded modules that do not depend on specific stdlib modules being encoded in a certain way. --- Lib/test/test_doctest2.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/test/test_doctest2.py') diff --git a/Lib/test/test_doctest2.py b/Lib/test/test_doctest2.py index 8500ed5578..347a143641 100644 --- a/Lib/test/test_doctest2.py +++ b/Lib/test/test_doctest2.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """A module to test whether doctest recognizes some 2.2 features, like static and class methods. -- cgit v1.2.1