configparser 模块 功能:操作模块类的文件,configparser类型文件的操作类似于字典,大多数用法和字典相同. 新建文件: import configparser cfg=configparser.ConfigParser() cfg[', 'Compression': 'yes', ', 'ForwardX11':'yes' } cfg['bitbucket.org']={'User':'hg'} cfg[','Forwardx11':'no'} with open('cfg…