On 2/24/2012 8:23 AM, Roy Smith wrote:
In article<[email protected]>,
  Antoon Pardon<[email protected]>  wrote:

Python doesn't try to prevent people from shooting themselves in the foot.

Yes it does! A simple example is None as a keyword to prevent
assignments to it.

Hmmm.  Just playing around with some bizarre things to do with None, and
discovered this:

import sys as None

doesn't give an error, but also doesn't assign the module to the symbol
'None'.  Weird.

In 3.2
>>> import sys as None
SyntaxError: invalid syntax

--
Terry Jan Reedy

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to