[New-bugs-announce] [issue22772] doc error in __ifloordiv__ and __itruediv__

Lorenz Quack report at bugs.python.org
Fri Oct 31 13:02:26 CET 2014


New submission from Lorenz Quack:

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

----------
assignee: docs at python
components: Documentation
files: inplace_div_doc.patch
keywords: patch
messages: 230337
nosy: docs at python, donlorenzo
priority: normal
severity: normal
status: open
title: doc error in __ifloordiv__ and __itruediv__
type: enhancement
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file37083/inplace_div_doc.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22772>
_______________________________________


More information about the New-bugs-announce mailing list