On Fri, 27 May 2016 10:40:46 -0400 "Anthony G. Basile" <bas...@opensource.dyc.edu> wrote:
> On 5/23/16 10:25 AM, Michał Górny wrote: > > On Mon, 23 May 2016 08:08:18 -0400 > > "Anthony G. Basile" <bas...@opensource.dyc.edu> wrote: > > > >> On 5/23/16 2:44 AM, Michał Górny wrote: > >>> On Sun, 22 May 2016 13:04:40 -0400 > >>> "Anthony G. Basile" <bas...@opensource.dyc.edu> wrote: > >>> > > > > 1. I think old versions of Python did not support named properties > > in sys.version_info, back when Portage was written. > > I didn't need this because I found _unicode_decode() which does what I > want. Thanks for the clue. BTW, why are those functions/classes in > pym/portage/__init__.py? All that code in there is just cluttering > __init__.py. Shouldn't that stuff be pulled into a separate file and > imported cleanly? > Yes, there is generally far too much code in many of the __init__.py's. There are many with over 1K LOC -- Brian Dolbec <dolsen>