On Sep 22, 11:13 am, Bryan Olson <[EMAIL PROTECTED]> wrote:
> One surprising result was that more of the Python
> programmers surveyed use bitwise operators than are aware
> of the exponentiation operator, which C does not offer.

On that subject, I'd suggest that the pow() builtin (not the **
operator - just the pow() function) should also be a candidate for
removal...

Richard


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

Reply via email to