[Python-ideas] csv.DictReader could handle headers more intelligently. (original) (raw)
Chris Angelico rosuav at gmail.com
Tue Jan 29 15:55:09 CET 2013
- Previous message: [Python-ideas] csv.DictReader could handle headers more intelligently.
- Next message: [Python-ideas] csv.DictReader could handle headers more intelligently.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-ideas] csv.DictReader could handle headers more intelligently.
- Next message: [Python-ideas] csv.DictReader could handle headers more intelligently.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]