cpython/Lib/collections
Raymond Hettinger f6d3e8eaef Add tests for _source to importable and exec'able.
Move __name__ back out of the template; the responsibility
for setting __name__ lies with the caller (which knows
something about the new namespace), not with the class
definition (which doesn't know about the namespace it is
being built in).
2011-03-23 20:33:30 -07:00
..
__init__.py Add tests for _source to importable and exec'able. 2011-03-23 20:33:30 -07:00
abc.py Issue #11333: Add __slots__ to the collections ABCs. 2011-03-22 11:46:25 -07:00