]> granicus.if.org Git - python/commit
Two buglet fixes. Peter Funk caught the bug in make_escapes:
authorBarry Warsaw <barry@python.org>
Sun, 27 Feb 2000 14:30:48 +0000 (14:30 +0000)
committerBarry Warsaw <barry@python.org>
Sun, 27 Feb 2000 14:30:48 +0000 (14:30 +0000)
commit7733e12c9cc0fbff9740ba6035bc5d266648449b
tree74a07775be1c5a5d93b140fe61263bf5e26c96a4
parentc8f0892d1236df81af1811cf182692f28c85f916
Two buglet fixes.  Peter Funk caught the bug in make_escapes:

    This will fold all ISO 8859 chars from the upper half of the
    charset into the lower half, which is ...ummm.... unintened.

The second is a typo in the reference to options.escape in main().
Tools/i18n/pygettext.py