[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Bit module function names
- From: "Stuart P. Bentley" <stuart@...>
- Date: Mon, 8 Feb 2010 11:04:54 -0800
Isn't it a bit silly/redundant to prefix all of the functions in the 'bit'
table with 'b'? After all, the 'string' module functions in the table don't
start with 'str'. (I understand the need to distinguish 'and' and 'or' from
the keywords, but they usually have a bitwise qualifier in regular speech as
well, unlike "bitwise XOR".)