[Python-Dev] Python 3000 Status Update (Long!)
Facundo Batista
facundo at taniquetil.com.ar
Wed Jun 20 14:36:33 CEST 2007
Guido van Rossum wrote:
> I've written up a comprehensive status report on Python 3000. Please read:
>
> http://www.artima.com/weblogs/viewpost.jsp?thread=208549
One doubt: In Miscellaneus you say:
Ordering comparisons (<, <=, >, >=) will raise TypeError by default
instead of returning arbitrary results. Equality comparisons (==, !=)
will compare for object identity (is, is not) by default.
I *guess* that you're talking about comparisons between different
datatypes... but you didn't explicit that in your blog.
Am I right?
--
. Facundo
.
Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/
More information about the Python-Dev
mailing list