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.
Created on 2014年10月31日 12:02 by donlorenzo, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| inplace_div_doc.patch | donlorenzo, 2014年10月31日 12:02 | patch to typeobject.c to represent __itruediv__ and __ifloordiv__ corretly | ||
| Messages (3) | |||
|---|---|---|---|
| msg230337 - (view) | Author: Lorenz Quack (donlorenzo) * | Date: 2014年10月31日 12:02 | |
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 |
|||
| msg230338 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2014年10月31日 12:13 | |
New changeset 147518a95b60 by Georg Brandl in branch '3.4': Closes #22772: fix __ifloordiv__ and __itruediv__ docstring. https://hg.python.org/cpython/rev/147518a95b60 |
|||
| msg230339 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2014年10月31日 12:13 | |
New changeset 3f13f1620d70 by Georg Brandl in branch '2.7': Closes #22772: fix __ifloordiv__ and __itruediv__ docstring. https://hg.python.org/cpython/rev/3f13f1620d70 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:09 | admin | set | github: 66961 |
| 2014年10月31日 12:13:46 | python-dev | set | messages: + msg230339 |
| 2014年10月31日 12:13:31 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg230338 resolution: fixed stage: resolved |
| 2014年10月31日 12:02:26 | donlorenzo | create | |