Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> writes:
> >>>> assert 0b1 is 0x1
> That this doesn't raise `AssertionError` is an implementation detail. 
> It's not guaranteed the two objects are really the same.

I think Ben is getting at 0b1 and 0x1 being the same type, while the
proposed 0d1 is a different type.  I don't see anything wrong with 1d.
We already have 1j and I don't think that's going away in 3.0.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to