commit | 3704644acba4bce9aedfa9de169f632fe2a121ac | [log] [tgz] |
---|---|---|
author | Michael W. Hudson <mwh@python.net> | Mon May 20 14:30:06 2002 +0000 |
committer | Michael W. Hudson <mwh@python.net> | Mon May 20 14:30:06 2002 +0000 |
tree | d3b0febfcd7f16ad956ac08ae11a49b2aa6dca91 | |
parent | 9c373061ad92f587adabd65ac8c0a25e4b1f39d1 [diff] |
Use types.StringTypes instead of (types.StringType, types.UnicodeType) -- works better (at all!) in --disable-unicode builds. Bugfix candidate, probably.