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. -- http://mail.python.org/mailman/listinfo/python-list
