mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Updated import statements to use the new configparser
module name.
Updated the documentation to use the new name. Revert addition of the stub entry for the old name. Georg, I am reverting your changes since this commit should propagate to py3k.
This commit is contained in:
parent
0a11f96f67
commit
e2514c6f10
9 changed files with 52 additions and 57 deletions
|
@ -359,7 +359,7 @@ Common commands: (see '--help-commands' for more)
|
|||
|
||||
def parse_config_files (self, filenames=None):
|
||||
|
||||
from ConfigParser import ConfigParser
|
||||
from configparser import ConfigParser
|
||||
|
||||
if filenames is None:
|
||||
filenames = self.find_config_files()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue