• Guido van Rossum's avatar
    Checkpoint. Manipulated things so that string literals are always · 3bf5ce40
    Guido van Rossum authored
    unicode, and a few other compensating changes, e.g. str <- unicode,
    chr <- unichr, and repr() of a unicode string no longer starts
    with 'u'.  Lots of unit tests are broken, but some basic things
    work, in particular distutils works so the extensions can be built,
    and test_builtin.py works.
    3bf5ce40
extension.py 10 KB