]> granicus.if.org Git - python/commit
When __slots__ are set to a unicode string, make it work the same as
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 14 Apr 2007 05:25:50 +0000 (05:25 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 14 Apr 2007 05:25:50 +0000 (05:25 +0000)
commitcbd9ee69eeaadf7a50007532071890b4eaeae664
tree0e1bcd75cf21a754e466a04db0c97f87cb2086dd
parente6bdb9be0e7db045a71d6df3c6dd8eb2994c4ab9
When __slots__ are set to a unicode string, make it work the same as
setting a plain string, ie don't expand to single letter identifiers.
Lib/test/test_descr.py
Misc/NEWS
Objects/typeobject.c