[Python-ideas] csv.DictReader could handle headers more intelligently.
Chris Angelico
rosuav at gmail.com
Tue Jan 29 15:55:09 CET 2013
On Wed, Jan 30, 2013 at 1:09 AM, Shane Green <shane at umbrellacode.com> wrote:
> I think it's safe to assume changing something in an API that used to return
> single values, into something that now returns lists of those values, will
> be a problem for folks.
>> I also think it's safe to assume folks can design their applications for an
> API that returns lists of values.
Agreed on both points. A new API that returns lists of everything
would be a lot safer than fiddling with the current one.
ChrisA
More information about the Python-ideas
mailing list