[Python-checkins] r63605 - python/trunk/Lib/lib-old/ConfigParser.py

georg.brandl python-checkins at python.org
Sun May 25 09:21:41 CEST 2008


Author: georg.brandl
Date: Sun May 25 09:21:41 2008
New Revision: 63605

Log:
ConfigParser renaming reversal part 1: remove stub module.


Removed:
   python/trunk/Lib/lib-old/ConfigParser.py

Deleted: python/trunk/Lib/lib-old/ConfigParser.py
==============================================================================
--- python/trunk/Lib/lib-old/ConfigParser.py	Sun May 25 09:21:41 2008
+++ (empty file)
@@ -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


More information about the Python-checkins mailing list