[issue26809] Add __all__ list to the string module

2016-06-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8136f9623d7f by Zachary Ware in branch '3.5': Issue #26809: Add __all__ to string module. Patch by Emanuel Barry https://hg.python.org/cpython/rev/8136f9623d7f New changeset 21ae58b77924 by Zachary Ware in branch 'default': Closes #26809: Merge wit

[issue26809] Add __all__ list to the string module

2016-06-04 Thread Emanuel Barry
Changes by Emanuel Barry : -- title: `string` exposes ChainMap from `collections` -> Add __all__ list to the string module ___ Python tracker ___ ___