On 05/22/2016 01:41 AM, Michał Górny wrote: > --- > pym/portage/_sets/__init__.py | 29 ++----------------- > pym/portage/repository/config.py | 38 ++----------------------- > pym/portage/util/_desktop_entry.py | 20 ++----------- > pym/portage/util/configparser.py | 57 > +++++++++++++++++++++++++++++++++++++- > 4 files changed, 64 insertions(+), 80 deletions(-)
These patches look good. Note that the _native_kwargs function is not really needed anymore, because it was just a workaround for this issue which only affected python 2.6.4 and earlier: http://bugs.python.org/issue4978 -- Thanks, Zac