[issue31982] 8.3. collections — Container datatypes

2017-11-08 Thread Sasha Kacanski
New submission from Sasha Kacanski : Hi, In ChainMap example c = ChainMap()# Create root context d = c.new_child() # Create nested child context e = c.new_child() # Child of c, independent from d e.maps[0] # Current context dictionary -- like Python's locals() e

[issue31982] 8.3. collections — Container datatypes

2017-11-08 Thread Sasha Kacanski
Sasha Kacanski added the comment: Agree, and I know. On Nov 8, 2017 3:41 PM, "Raymond Hettinger" wrote: > > Raymond Hettinger added the comment: > > I will flip the two because there is not downside. However, the table of > wasn't intended to be a sequential e