[issue41688] Document how **= does not fall back on **

2020-09-09 Thread Brett Cannon
Change by Brett Cannon : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue41688] Document how **= does not fall back on **

2020-09-09 Thread miss-islington
miss-islington added the comment: New changeset 4c4c354de2c9a290afbd4e5fcba07e3696ca0396 by Miss Islington (bot) in branch '3.8': [3.8] [3.9] bpo-41688: Document bug in **= dispatching in the language data… (GH-22172) (GH-22175) https://github.com/python/cpython/commit/4c4c354de2c9a290afbd4e5

[issue41688] Document how **= does not fall back on **

2020-09-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +21243 pull_request: https://github.com/python/cpython/pull/22175 ___ Python tracker ___ __

[issue41688] Document how **= does not fall back on **

2020-09-09 Thread miss-islington
miss-islington added the comment: New changeset 46bc21e1780016aaacd34e472f838dc792fb674c by Ammar Askar in branch '3.9': [3.9] bpo-41688: Document bug in **= dispatching in the language data… (GH-22172) https://github.com/python/cpython/commit/46bc21e1780016aaacd34e472f838dc792fb674c --

[issue41688] Document how **= does not fall back on **

2020-09-09 Thread Ammar Askar
Change by Ammar Askar : -- keywords: +patch nosy: +ammar2 nosy_count: 2.0 -> 3.0 pull_requests: +21241 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22172 ___ Python tracker ___

[issue41688] Document how **= does not fall back on **

2020-09-01 Thread Brett Cannon
New submission from Brett Cannon : https://bugs.python.org/issue38302 covers fixing the fact that `a **= b` does not fall back on `a = a ** b` when `__ipow__` is defined for PYthon 3.10. For older versions of CPython with the bug we should document the slip in semantics. -- assignee:

[issue41688] Document how **= does not fall back on **

2020-09-01 Thread Brett Cannon
Change by Brett Cannon : -- assignee: docs@python -> brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri