[patch] [python] Fix Python 3 build and testsuite issues

Tom Tromey tromey@redhat.com
Wed Aug 21 15:42:00 GMT 2013


Paul> I would write it this way:
Paul> try:
Paul>     basestring
Paul> except NameError:
Paul>     basestring = str

Nice trick!

Tom



More information about the Gdb-patches mailing list