Re: [gentoo-portage-dev] [PATCH 2/3] Remove support code for Python < 3.3

2020-07-17 Thread Michał Górny
Dnia July 17, 2020 8:10:25 AM UTC, Ulrich Mueller napisał(a): >> On Fri, 17 Jul 2020, Michał Górny wrote: > >> --- a/lib/portage/util/_dyn_libs/PreservedLibsRegistry.py >> +++ b/lib/portage/util/_dyn_libs/PreservedLibsRegistry.py >> @@ -34,12 +34,9 @@ class PreservedLibsRegistry(object): >>

Re: [gentoo-portage-dev] [PATCH 2/3] Remove support code for Python < 3.3

2020-07-17 Thread Ulrich Mueller
> On Fri, 17 Jul 2020, Michał Górny wrote: > --- a/lib/portage/util/_dyn_libs/PreservedLibsRegistry.py > +++ b/lib/portage/util/_dyn_libs/PreservedLibsRegistry.py > @@ -34,12 +34,9 @@ class PreservedLibsRegistry(object): > > _json_write_opts = { > "ensure_ascii": False, >

[gentoo-portage-dev] [PATCH 2/3] Remove support code for Python < 3.3

2020-07-16 Thread Michał Górny
Signed-off-by: Michał Górny --- bin/chpathtool.py | 8 +-- bin/doins.py | 14 + lib/portage/_emirrordist/FetchTask.py | 13 ++-- lib/portage/dbapi/vartree.py | 25 ++-- lib/portage/util/_compare_files.p