[issue14362] No mention of collections.ChainMap in What's New for 3.3

2012-04-04 Thread Raymond Hettinger
Raymond Hettinger added the comment: Thanks :-) -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue14362] No mention of collections.ChainMap in What's New for 3.3

2012-04-04 Thread Éric Araujo
Éric Araujo added the comment: Done. -- assignee: docs@python -> eric.araujo resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue14362] No mention of collections.ChainMap in What's New for 3.3

2012-04-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset deadd0823ab3 by Éric Araujo in branch 'default': A few tweaks to whatsnew/3.3 (fixes #14362) http://hg.python.org/cpython/rev/deadd0823ab3 -- nosy: +python-dev ___ Python tracker

[issue14362] No mention of collections.ChainMap in What's New for 3.3

2012-03-19 Thread Raymond Hettinger
Raymond Hettinger added the comment: Éric, please go ahead and add a stub entry or a draft entry. I haven't had a chance to start my whatsnew edits yet. -- ___ Python tracker

[issue14362] No mention of collections.ChainMap in What's New for 3.3

2012-03-18 Thread Éric Araujo
Éric Araujo added the comment: Raymond is the author of What’s New In Python 3.3 and of the collections changes (adding ChainMap and moving ABCs to collections.abc from the top of my head). Maybe he’s waiting for later in the release cycle to review all changes and expand whatsnew. Raymond,

[issue14362] No mention of collections.ChainMap in What's New for 3.3

2012-03-18 Thread Steven D'Aprano
New submission from Steven D'Aprano : The 3.3 What's New doesn't mention collections.ChainMap -- assignee: docs@python components: Documentation messages: 156244 nosy: docs@python, stevenjd priority: normal severity: normal status: open title: No mention of collections.ChainMap in What's