Re: [Yum-devel] [PATCH] Subclass ConfigParser so that the options don't get lowercased. This is important given that they are path names.

2008-10-03 Thread seth vidal
On Fri, 2008-10-03 at 11:21 -0700, Jesse Keating wrote: > On Fri, 2008-10-03 at 14:10 -0400, seth vidal wrote: > > On Fri, 2008-10-03 at 09:34 -0700, Jesse Keating wrote: > > > This patch is necessary, as we store file paths as config options. By > > > default, ConfigParser will both create and re

Re: [Yum-devel] [PATCH] Subclass ConfigParser so that the options don't get lowercased. This is important given that they are path names.

2008-10-03 Thread Jesse Keating
On Fri, 2008-10-03 at 14:10 -0400, seth vidal wrote: > On Fri, 2008-10-03 at 09:34 -0700, Jesse Keating wrote: > > This patch is necessary, as we store file paths as config options. By > > default, ConfigParser will both create and read options as all lower > > case. That plays havoc with files t

Re: [Yum-devel] [PATCH] Subclass ConfigParser so that the options don't get lowercased. This is important given that they are path names.

2008-10-03 Thread seth vidal
On Fri, 2008-10-03 at 09:34 -0700, Jesse Keating wrote: > This patch is necessary, as we store file paths as config options. By > default, ConfigParser will both create and read options as all lower > case. That plays havoc with files that have upper case in them, like > *-PAE. I've patched pung

[Yum-devel] [PATCH] Subclass ConfigParser so that the options don't get lowercased. This is important given that they are path names.

2008-10-03 Thread Jesse Keating
This patch is necessary, as we store file paths as config options. By default, ConfigParser will both create and read options as all lower case. That plays havoc with files that have upper case in them, like *-PAE. I've patched pungi to write the config file out verbatim, and this patch will cau