Berker Peksag added the comment: Thanks for the patch, Ivailo.
The following changes are going to break the public API: - def get(self, section, option, raw=False, vars=None): + def get(self, section, option, raw=False, vvars=None): - def items(self, section, raw=False, vars=None): + def items(self, section, raw=False, vvars=None): Also, -class RawConfigParser: +class RawConfigParser(object): There are a few differences between old-style and new-style classes. RawConfigParser implements collections.abs.MutableMapping so this isn't a problem in Python 3. Closing this as "won't fix". ---------- nosy: +berker.peksag resolution: -> wont fix stage: -> resolved status: open -> closed _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19841> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com