Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail From: TheSaint Newsgroups: comp.lang.python Subject: Re: Converting a set into list Followup-To: comp.lang.python Date: Sat, 14 May 2011 22:51:30 +0800 Organization: Aioe.org NNTP Server Lines: 19 Message-ID: References: <87iptdid68.fsf@benfinney.id.au> NNTP-Posting-Host: Uo5c+B/UAVZCE09UCy5B9g.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: abuse@aioe.org User-Agent: KNode/4.4.11 X-Notice: Filtered by postfilter v. 0.8.2 Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:5368 Ben Finney wrote: > Another method to do what? > Sorry, some time we expect to have said it as we thought it. The example was to show that after having made a set set(aa) the need to get that set converted into a list. My knowledge drove me to use a comprehension list as a converter. In another post I got to know the simplest way to state list(aa) Where aa is a set. -- goto /dev/null