configparser.ConfigParser.readfp()

readfp(fp, filename=None) Deprecated since version 3.2: Use

2016-10-07 17:29:13
csv.Dialect.doublequote

Dialect.doublequote Controls how instances of quotechar appearing inside a field should themselves be quoted. When

2016-10-07 17:29:26
csv.field_size_limit()

csv.field_size_limit([new_limit]) Returns the current maximum field size allowed by the parser. If new_limit is given

2016-10-07 17:29:28
plistlib.load()

plistlib.load(fp, *, fmt=None, use_builtin_types=True, dict_type=dict) Read a plist file. fp should be a readable and

2016-10-07 17:40:49
configparser.MissingSectionHeaderError

exception configparser.MissingSectionHeaderError Exception raised when attempting to parse a file which has no section headers

2016-10-07 17:29:16
xdrlib.ConversionError

exception xdrlib.ConversionError Class derived from Error. Contains no additional instance variables.

2016-10-07 17:47:35
csv.get_dialect()

csv.get_dialect(name) Return the dialect associated with name. An Error is raised if name is

2016-10-07 17:29:28
netrc.netrc.authenticators()

netrc.authenticators(host) Return a 3-tuple (login, account, password) of authenticators for host. If

2016-10-07 17:38:07
csv.csvwriter.writerows()

csvwriter.writerows(rows) Write all the rows parameters (a list of row objects as described above) to the

2016-10-07 17:29:25
configparser.ConfigParser.remove_option()

remove_option(section, option) Remove the specified option from the specified section. If the section does

2016-10-07 17:29:14