[issue39130] Dict is reversable from v3.8 and should say that in the doc

2020-02-22 Thread Khalid Mammadov
Change by Khalid Mammadov : -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list ma

[issue39130] Dict is reversable from v3.8 and should say that in the doc

2020-01-05 Thread miss-islington
miss-islington added the comment: New changeset 89947881ac36324148fab75190af453dc09fd862 by Miss Islington (bot) in branch '3.8': bpo-39130: Dict reversed was added in v3.8 so should say in the doc as well (GH-17694) https://github.com/python/cpython/commit/89947881ac36324148fab75190af453dc0

[issue39130] Dict is reversable from v3.8 and should say that in the doc

2020-01-05 Thread miss-islington
New submission from miss-islington : New changeset 94d9cfc4ed9dd3c4a3a359bc194b4dc3f6ba63eb by Miss Islington (bot) (Khalid Mammadov) in branch 'master': bpo-39130: Dict reversed was added in v3.8 so should say in the doc as well (GH-17694) https://github.com/python/cpython/commit/94d9cfc4ed9

[issue39130] Dict is reversable from v3.8 and should say that in the doc

2020-01-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +17270 pull_request: https://github.com/python/cpython/pull/17848 ___ Python tracker ___ __

[issue39130] Dict is reversable from v3.8 and should say that in the doc

2019-12-24 Thread Khalid Mammadov
Change by Khalid Mammadov : -- keywords: +patch pull_requests: +17148 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17694 ___ Python tracker ___

[issue39130] Dict is reversable from v3.8 and should say that in the doc

2019-12-24 Thread Khalid Mammadov
Change by Khalid Mammadov : -- assignee: docs@python components: Documentation nosy: docs@python, khalidmammadov priority: normal severity: normal status: open title: Dict is reversable from v3.8 and should say that in the doc type: enhancement versions: Python 3.8