commit | 94d9cfc4ed9dd3c4a3a359bc194b4dc3f6ba63eb | [log] [tgz] |
---|---|---|
author | Khalid Mammadov <khalidmammadov9@gmail.com> | Sun Jan 05 22:39:38 2020 +0000 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sun Jan 05 14:39:38 2020 -0800 |
tree | a2baea4c0b47aab6092b6832e0da1a2b6f4a0d57 | |
parent | abc0c4fa9970931849b3da598c5980a5b170661e [diff] |
bpo-39130: Dict reversed was added in v3.8 so should say in the doc as well (GH-17694) To be consistent with document layout, it should say when the feature was added. Although it's mentioned few other places in the doc but it's not explicitly say that at that place. https://bugs.python.org/issue39130