Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.049 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; 'e.g.,': 0.07; 'subject:into': 0.09; 'cc:addr:python-list': 0.10; 'language,': 0.11; 'line)': 0.16; 'subject:Converting': 0.16; 'string': 0.17; 'wrote:': 0.17; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'command': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply- To:1': 0.25; 'header:User-Agent:1': 0.26; 'am,': 0.27; 'subject:list': 0.28; 'strings,': 0.29; 'hi,': 0.33; 'agree': 0.34; 'list': 0.35; 'subject:?': 0.35; 'there': 0.35; 'does': 0.37; 'subject:: ': 0.38; 'received:192': 0.39; 'received:192.168': 0.40; 'your': 0.60; 'subject': 0.66; 'header :Reply-To:1': 0.68; 'received:74.208': 0.71; 'reply-to:no real name:2**0': 0.72; 'received:74.208.4.194': 0.84; 'comment.': 0.91 Date: Sun, 22 Jul 2012 21:03:57 -0400 From: Dave Angel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: Tony the Tiger Subject: Re: Converting a list of strings into a list of integers? References: <3rCdnUCiWpP1gZHNnZ2dnUVZ7vQAAAAA@giganews.com> In-Reply-To: <3rCdnUCiWpP1gZHNnZ2dnUVZ7vQAAAAA@giganews.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:7CasNeTLBI3XZI/m7M2BhXkxz3M4+2toU0PJkV4VnOw vtVIMKG0LdC/cJp56UgKKIfUAzaXi4d3Skwqw3RjCheJBZZ9FZ oJ/J6PmgSkQC+w8642uVoKBW9GWCZIC62mbGtxktyBiEd0t8Xm XCXZ1kHSthsHnpiIh2nkWu35VRTnRsZuSNnZUzoenJ09+rFAT4 xbh0XPAkEW3Xtv70e76lok2gfFK2Lvhi571jaA6qsMwHdQX98T YXdLa3VYmtlwfHfz6Ct71uAqNLx0Fo950DsCWR1WXfEENsKwfj Y6FcQsEJD59xSrfokFy6RlWGwIuXuc669KEEXQPOybrHDgF0g= = Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: d@davea.name List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343005472 news.xs4all.nl 6872 [2001:888:2000:d::a6]:37853 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:25835 On 07/22/2012 11:29 AM, Tony the Tiger wrote: > Hi, > Is there such a thing in the language, or do I have to invent it myself? > > I came up with the following: > > # options.modus_list contains, e.g., "[2,3,4]" > # (a string from the command line) > > > > So which is it, a list of strings, or a string? Your subject line does not agree with the comment. -- DaveA