Getting rid of bitwise operators in Python 3?

richyjsm at gmail.com richyjsm at gmail.com
Sat Sep 22 14:09:49 EDT 2007


On Sep 22, 11:13 am, Bryan Olson <fakeaddr... at nowhere.org> 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





More information about the Python-list mailing list