Raymond Hettinger
|
11cda47661
|
Fix guidance for subclassing collections.Set()
|
2014-07-03 00:31:30 +01:00 |
Raymond Hettinger
|
dd5e53a086
|
Issue 8743: Improve interoperability between sets and the collections.Set abstract base class.
|
2014-05-26 00:09:04 -07:00 |
Christian Heimes
|
bf235bd212
|
Issue #19218: set __name__ of _collections_abc to collections.abc in order to fix tests and keep beautiful qualified names.
|
2013-10-13 02:21:33 +02:00 |
Christian Heimes
|
f1dc3ee16d
|
Issue #19218: Rename collections.abc to _collections_abc in order to speed up interpreter start
|
2013-10-13 02:04:20 +02:00 |