Truthfully, I wouldn't mind it at all.  In Python, I frequently write
things like
   i == int(f)
or vice versa just to avoid subtle bugs that sometimes creep in when
later modifications to code change the original assumptions.

When working in C, I always set the compiler for maximum warnings and
do my damndest to make them all go away. In the long run, time spent on
rigorous coding always repays itself with interest in time saved
debugging.

Mike

Erik Max Francis wrote:
> [EMAIL PROTECTED] wrote:
>
> > With all due respect to your well-deserved standing in the Python
> > community, I'm not convinced that equality shouldn't imply invariance
> > under identical operations.
>
> Doo you really want
>
>       2 == 2.0
>
> to be False?
>
> --
> Erik Max Francis && [EMAIL PROTECTED] && http://www.alcyone.com/max/
> San Jose, CA, USA && 37 20 N 121 53 W && AIM erikmaxfrancis
>    Without victory there is no survival.
>    -- Winston Churchill

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

Reply via email to