I have read that in Python 3.0, the following will raise an exception:

>>> [2, 1, 'A'].sort()

Will that raise an exception? And, if so, why are they doing this? How
is this helpful? Is this new "enhancement" Pythonic?
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to