Re: [Yum-devel] [PATCH] Stop the python encoding madness, with a big hammer of fire.

2011-03-07 Thread Toshio Kuratomi
On Mon, Mar 7, 2011 at 10:03 AM, Toshio Kuratomi wrote: > On Mon, Mar 07, 2011 at 10:56:07AM -0500, seth vidal wrote: >> On Mon, 2011-03-07 at 10:52 -0500, James Antill wrote: >> > --- >> >  yum/misc.py |    7 ++- >> >  1 files changed, 6 insertions(+), 1 deletions(-) >> > >> > diff --git a/yu

Re: [Yum-devel] [PATCH] Stop the python encoding madness, with a big hammer of fire.

2011-03-07 Thread James Antill
On Mon, 2011-03-07 at 14:28 -0500, David Malcolm wrote: > I'm not a yum developer, FWIW, I'm not keen on the proposed patch, > though from the inline comment, it's not clear whether or not the patch > is meant to be taken seriously, or just a vent of frustration. I am, and have been, frustrated.

Re: [Yum-devel] [PATCH] Stop the python encoding madness, with a big hammer of fire.

2011-03-07 Thread David Malcolm
On Mon, 2011-03-07 at 10:03 -0800, Toshio Kuratomi wrote: > On Mon, Mar 07, 2011 at 10:56:07AM -0500, seth vidal wrote: > > On Mon, 2011-03-07 at 10:52 -0500, James Antill wrote: > > > --- > > > yum/misc.py |7 ++- > > > 1 files changed, 6 insertions(+), 1 deletions(-) > > > > > > diff --

Re: [Yum-devel] [PATCH] Stop the python encoding madness, with a big hammer of fire.

2011-03-07 Thread Toshio Kuratomi
On Mon, Mar 07, 2011 at 10:56:07AM -0500, seth vidal wrote: > On Mon, 2011-03-07 at 10:52 -0500, James Antill wrote: > > --- > > yum/misc.py |7 ++- > > 1 files changed, 6 insertions(+), 1 deletions(-) > > > > diff --git a/yum/misc.py b/yum/misc.py > > index 8e81c34..305d4aa 100644 > > --

Re: [Yum-devel] [PATCH] Stop the python encoding madness, with a big hammer of fire.

2011-03-07 Thread seth vidal
On Mon, 2011-03-07 at 10:52 -0500, James Antill wrote: > --- > yum/misc.py |7 ++- > 1 files changed, 6 insertions(+), 1 deletions(-) > > diff --git a/yum/misc.py b/yum/misc.py > index 8e81c34..305d4aa 100644 > --- a/yum/misc.py > +++ b/yum/misc.py > @@ -977,7 +977,8 @@ def getloginuid():

[Yum-devel] [PATCH] Stop the python encoding madness, with a big hammer of fire.

2011-03-07 Thread James Antill
--- yum/misc.py |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/yum/misc.py b/yum/misc.py index 8e81c34..305d4aa 100644 --- a/yum/misc.py +++ b/yum/misc.py @@ -977,7 +977,8 @@ def getloginuid(): # -- i18n -- import locale import sys -def setup_loca