cpython/Lib/msilib
Walter Dörwald aa97f04964 Fix various spots where int/long and str/unicode unification
lead to type checks like isinstance(foo, (str, str)) or
isinstance(foo, (int, int)).
2007-05-03 21:05:51 +00:00
..
__init__.py Fix various spots where int/long and str/unicode unification 2007-05-03 21:05:51 +00:00
schema.py Rip out all the u"..." literals and calls to unicode(). 2007-05-02 19:09:54 +00:00
sequence.py Rip out all the u"..." literals and calls to unicode(). 2007-05-02 19:09:54 +00:00
text.py Rip out all the u"..." literals and calls to unicode(). 2007-05-02 19:09:54 +00:00