This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ber
Recipients ber, docs@python, python-dev
Date 2013-06-23.21:09:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372021763.36.0.750255345973.issue18267@psf.upfronthosting.co.za>
In-reply-to
Content
Andrew,
thanks for caring!

Seeing your fix 2a3bc6eb2e13 I believe it does not fully resolv the issue.
Now the code reads
 "return x // y"
  "multicall.divide(7,3)"
and the client prints
 "7/3=2"

I think you probably should change "7/3=" to "7//3=" in the client code as well
to be instructive to learners.

By the way: your change also introduced whitespace around the operator. Now it is the only one out of the four. I guess they should be consistent.
History
Date User Action Args
2013-06-23 21:09:23bersetrecipients: + ber, docs@python, python-dev
2013-06-23 21:09:23bersetmessageid: <1372021763.36.0.750255345973.issue18267@psf.upfronthosting.co.za>
2013-06-23 21:09:23berlinkissue18267 messages
2013-06-23 21:09:23bercreate