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


Groups > comp.lang.python > #43715

Re: a couple of things I don't understand wrt lists

Date 2013-04-16 15:37 -0700
From Ethan Furman <ethan@stoneleaf.us>
Subject Re: a couple of things I don't understand wrt lists
References <20130416153701.GA18377@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.698.1366155324.3114.python-list@python.org> (permalink)

Show all headers | View raw


On 04/16/2013 08:37 AM, aaB wrote:
> rule = getrule(int(8))

just  rule = getrule(8)  is sufficient -- you don't need to cast the integer 8 to an integer.  ;)


> Thanks, and sorry for the rather long post.

Not too long at all:  it had lots of detail of what you were trying to do, what you were expecting, and what you got; it 
was darn near perfect.

--
~Ethan~

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: a couple of things I don't understand wrt lists Ethan Furman <ethan@stoneleaf.us> - 2013-04-16 15:37 -0700

csiph-web