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 donlorenzo
Recipients docs@python, donlorenzo
Date 2014-10-31.12:02:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414756946.98.0.846704461281.issue22772@psf.upfronthosting.co.za>
In-reply-to
Content
the doc string of __itruediv__ and __ifloordiv__ represent the operator as x/y and x//y respectively.
This is obviously false and should be x/=y and x//=y

patch attached
History
Date User Action Args
2014-10-31 12:02:27donlorenzosetrecipients: + donlorenzo, docs@python
2014-10-31 12:02:26donlorenzosetmessageid: <1414756946.98.0.846704461281.issue22772@psf.upfronthosting.co.za>
2014-10-31 12:02:26donlorenzolinkissue22772 messages
2014-10-31 12:02:26donlorenzocreate