summaryrefslogtreecommitdiff
path: root/Lib/inspect.py
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-10-15 16:28:20 +0000
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-10-15 16:28:20 +0000
commite8f583244acd61d7ba43d0f98c06d57c25977039 (patch)
tree3cbdcba9f0121ade8913e07cd83c8ee324999de1 /Lib/inspect.py
parentc01537f742c3d2591016ef29bb20e3a26482be78 (diff)
downloadcpython-git-e8f583244acd61d7ba43d0f98c06d57c25977039.tar.gz
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.
Diffstat (limited to 'Lib/inspect.py')
-rw-r--r--Lib/inspect.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/inspect.py b/Lib/inspect.py
index 3596014cc2..35bc263cad 100644
--- a/Lib/inspect.py
+++ b/Lib/inspect.py
@@ -1,4 +1,3 @@
-# -*- coding: iso-8859-1 -*-
"""Get useful information from live Python objects.
This module encapsulates the interface provided by the internal special