[Python-checkins] python/dist/src/Lib sre.py,1.45,1.46 sre_compile.py,1.47,1.48

Just van Rossum just@letterror.com
Wed, 2 Jul 2003 22:30:27 +0200


Barry Warsaw wrote:

> Still wouldn't this be clearer:
> 
> from types import StringType, UnicodeType
> 
> STRING_TYPES = (StringType, UnicodeType)

Sure, but I was just moving the code around a bit. It was a bug fix
after all...

Just