[issue31075] Collections - ChainMap - Documentation example wrong order line

2017-09-07 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue31075] Collections - ChainMap - Documentation example wrong order line

2017-07-29 Thread Raymond Hettinger
Raymond Hettinger added the comment: > Many thanks for the great work you do with Python, Thanks for the kudos. Also, thanks for the close reading of the docs. -- ___ Python tracker __

[issue31075] Collections - ChainMap - Documentation example wrong order line

2017-07-29 Thread Raymond Hettinger
Raymond Hettinger added the comment: -0 The code block was originally intended to just be a table of patterns, not meant to be executed sequentially. It followed the traditional presentation order (__getitem__, __setitem__, followed by __delitem__). If we do change this, then the subsequent

[issue31075] Collections - ChainMap - Documentation example wrong order line

2017-07-29 Thread Marcos Soutullo
New submission from Marcos Soutullo: Hello, I have been taking a look into your ChainMap collections documentation (https://docs.python.org/3.6/library/collections.html?highlight=collections#collections.ChainMap), specifically the third code example on "8.3.1.1. ChainMap Examples and Recipes"