Gentoo Archives: gentoo-portage-dev

From: Brian Dolbec <dolsen@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] Bundle a minimalistic derivation of Python's formatter module (bug 547732)
Date: Wed, 29 Apr 2015 00:07:24
Message-Id: 20150428170717.4d1140bc.dolsen@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] Bundle a minimalistic derivation of Python's formatter module (bug 547732) by Zac Medico
1 On Sat, 25 Apr 2015 13:37:10 -0700
2 Zac Medico <zmedico@g.o> wrote:
3
4 > Python's formatter module is scheduled for removal in Python 3.6, so
5 > replace it with a minimalistic derivation.
6 >
7 > X-Gentoo-Bug: 547732
8 > X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=547732
9 > ---
10 > bin/repoman | 2 +-
11 > pym/_emerge/JobStatusDisplay.py | 4 +--
12 > pym/portage/output.py | 4 +--
13 > pym/portage/util/formatter.py | 69
14 > +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 74
15 > insertions(+), 5 deletions(-) create mode 100644
16 > pym/portage/util/formatter.py
17 >
18 >
19
20
21 Is this really the best way to deal with the deprecation for py3.6+ ???
22
23 I have been getting these for some time, but I have not looked at the
24 way to change it yet.
25
26
27 --
28 Brian Dolbec <dolsen>

Replies