Re: [gentoo-portage-dev] [PATCH v2] emerge/actions: Add python version to portage version line

2014-04-06 Thread Brian Dolbec
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Sun, 06 Apr 2014 16:20:12 +0200 Alexander Berntsen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 06/04/14 11:09, Douglas Freed wrote: > > Adds the currently running python version to the portage version > > line, so that it'

Re: [gentoo-portage-dev] [PATCH v2] emerge/actions: Add python version to portage version line

2014-04-06 Thread Alexander Berntsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 06/04/14 11:09, Douglas Freed wrote: > Adds the currently running python version to the portage version > line, so that it's immediately obvious what version of python is > being used to run portage. Is this useful? The patch itself looks OK thou

[gentoo-portage-dev] [PATCH v2] emerge/actions: Add python version to portage version line

2014-04-06 Thread Douglas Freed
Adds the currently running python version to the portage version line, so that it's immediately obvious what version of python is being used to run portage. --- Notes: This version fixes a traceback with python 2.x by coercing sys.version_info to a list with [:]. pym/_emerge/actions.py

[gentoo-portage-dev] [PATCH] emerge/actions: Add python version to portage version line

2014-04-06 Thread Douglas Freed
Adds the currently running python version to the portage version line, so that it's immediately obvious what version of python is being used to run portage --- pym/_emerge/actions.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pym/_emerge/actions.py b/pym/_emerge/actio