summaryrefslogtreecommitdiffstats
path: root/Lib/lib-old/ConfigParser.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-25 07:21:41 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-25 07:21:41 (GMT)
commit9a1aa8c9b29c4a9855055047424564f49e108ad2 (patch)
tree458830e2755b09d52e4f64f37072f2699cb1c560 /Lib/lib-old/ConfigParser.py
parentc424061968eaf3e579807141466b6fc5d69f6e06 (diff)
downloadcpython-9a1aa8c9b29c4a9855055047424564f49e108ad2.zip
cpython-9a1aa8c9b29c4a9855055047424564f49e108ad2.tar.gz
cpython-9a1aa8c9b29c4a9855055047424564f49e108ad2.tar.bz2
ConfigParser renaming reversal part 1: remove stub module.
Diffstat (limited to 'Lib/lib-old/ConfigParser.py')
-rw-r--r--Lib/lib-old/ConfigParser.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/Lib/lib-old/ConfigParser.py b/Lib/lib-old/ConfigParser.py
deleted file mode 100644
index b686cc4..0000000
--- a/Lib/lib-old/ConfigParser.py
+++ /dev/null
@@ -1,8 +0,0 @@
-import sys
-from warnings import warnpy3k
-
-warnpy3k("the ConfigParser module has been renamed "
- "to 'configparser' in Python 3.0", stacklevel=2)
-
-import configparser
-sys.modules[__name__] = configparser