[Python-ideas] Re module repeat
Greg Ewing
greg.ewing at canterbury.ac.nz
Mon Aug 1 08:19:20 CEST 2011
Tim Lesher wrote:
>
> On Jul 31, 2011 8:57 PM, "Christopher King" <g.nius.ck
> <http://g.nius.ck>@gmail.com <http://gmail.com>> wrote:
> >
> > {'tag.0':'a', 'tag.1':'b', 'tag.2':'c', 'tag.-1':'c', 'tag.-2':'b',
> 'tag.-3':'a'}
>
> why not
> return a list instead of an ad-hoc string representation?
That's my thought, too. The proposed scheme looks very
unpythonic.
--
Greg
More information about the Python-ideas
mailing list