]> granicus.if.org Git - python/commit
Template: remove __slots__ since that interferes with the ability to mix in
authorBarry Warsaw <barry@python.org>
Fri, 10 Sep 2004 18:30:42 +0000 (18:30 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 10 Sep 2004 18:30:42 +0000 (18:30 +0000)
commitf43e8bd7b4c84229fdd4a63650495fe4b9d55f16
tree1b5992b60da997d509658fb09c04852d83877940
parenta331e86452a088c593f18bbf3f5303d140e2d16e
Template: remove __slots__ since that interferes with the ability to mix in
Template and unicode classes.
Lib/string.py