[Python-Dev] Integer division transition

Neil Schemenauer nas@arctrix.com
Tue, 7 Nov 2000 03:45:18 -0800


On Tue, Nov 07, 2000 at 11:41:25AM -0500, Greg Wilson wrote:
> As someone who teaches Python, I'm strongly opposed to using '//' in the
> same language as '/', purely on readability grounds:

How do you feel about div(x, y)?

  Neil