Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #16421 > unrolled thread

Re: How convert a list string to a real list

Started byAlec Taylor <alec.taylor6@gmail.com>
First post2011-11-30 18:23 +1100
Last post2011-11-30 18:23 +1100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: How convert a list string to a real list Alec Taylor <alec.taylor6@gmail.com> - 2011-11-30 18:23 +1100

#16421 — Re: How convert a list string to a real list

FromAlec Taylor <alec.taylor6@gmail.com>
Date2011-11-30 18:23 +1100
SubjectRe: How convert a list string to a real list
Message-ID<mailman.3147.1322637791.27778.python-list@python.org>
Arnaud: Already showed that solution

On Wed, Nov 30, 2011 at 6:09 PM, Arnaud Delobelle <arnodel@gmail.com> wrote:
>
> On Nov 30, 2011 6:21 AM, "郭军权" <guojunquan@gmail.com> wrote:
>>
>> Good after
>>     I have a string  liststr = '["aaaa","bbbb","ccc"]' ,and I need convert
>> it to a list like list = ["aaaa","bbbb","ccc"],what can id do?
>> Thanks.
>>
>
> Look up the json module.
>
> --
> Arnaud
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web