[Python-Dev] Re: [Python-checkins] python/dist/src/Lib string.py, 1.74, 1.75

Barry Warsaw barry at python.org
Fri Sep 10 20:32:30 CEST 2004


On Fri, 2004-09-10 at 02:21, rhettinger at users.sourceforge.net wrote:
> Update of /cvsroot/python/python/dist/src/Lib
> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18307
> 
> Modified Files:
> 	string.py 
> Log Message:
> __slots__ went missing from Template.

On purpose though.  With __slots__ you can't mix in Template and
unicode.  I don't see any reason to limit the attributes of a Template
instance, so I backed this out.

-Barry

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 307 bytes
Desc: This is a digitally signed message part
Url : http://mail.python.org/pipermail/python-dev/attachments/20040910/d80ee6aa/attachment-0001.pgp


More information about the Python-Dev mailing list