In article <mailman.2438.1361739512.2939.python-l...@python.org>,
 Chris Angelico <ros...@gmail.com> wrote:

> > no need to remember what's an object and what's not -- everything is an
> > object

Well, not quite everything.  If I write:

if foo:
   do_this()
   and_this()

the code block making up the body of the "if" statement is not an 
object.  In some languages, it is.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to