"Peter Dembinski" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 
news:[EMAIL PROTECTED]
| Kalle Anke <[EMAIL PROTECTED]> writes:
|
| [snap]
|
| >> sys.maxint = -12345
| >
| > I don't really understand what you're meaning.
|
| He meant None = 1 :>

I'm sure you know that has become a no-no in Python 2.4+ ;)

>>> None = 1
SyntaxError: assignment to None
>>>


--
Vincent Wehren







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

Reply via email to