]> granicus.if.org Git - python/commit
Only expose the abstract base classes.
authorRaymond Hettinger <python@rcn.com>
Sat, 31 Jul 2010 07:03:42 +0000 (07:03 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 31 Jul 2010 07:03:42 +0000 (07:03 +0000)
commit908cb7db8c840c8839d1ec5bfe69d734fbac8456
tree7924493955c60097d4e25f30cd42fbbe5edda9d4
parent7ce3f2ccdd318ace6de8515bfcf2ae72ec231a64
Only expose the abstract base classes.
The concrete types are for internal use (registration).
Keep from accidentally resurrecting the types module in collections.
Lib/_abcoll.py