PEP0238 lament

Donn Cave donn at drizzle.com
Mon Jul 23 00:24:58 EDT 2001


Quoth "Tim Peters" <tim.one at home.com>:
...
| Of course, but computer numerics is a massive exercise in picking the
| general rules you want to preserve at the expense of others, and trading all
| that off against pragmatics too.  Not losing information silently is also a
| Very Good General Rule, and even 745 binary fp arithmetic is better at
| meeting that one than current "/".

So would it make sense to also change the >> and << operators to
rotate shift?  I mean, I sure wouldn't find that more useful, but
it does conserve information that the current shifts lose.

	Donn Cave, donn at drizzle.com



More information about the Python-list mailing list