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@python components: Documentation files: inplace_div_doc.patch keywords: patch messages: 230337 nosy: docs@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 <rep...@bugs.python.org> <http://bugs.python.org/issue22772> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com