This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, ocean-city
Date 2008-10-01.08:13:59
SpamBayes Score 0.00029360567
Marked as misclassified No
Message-id <1222848841.07.0.0224167443803.issue2382@psf.upfronthosting.co.za>
In-reply-to
Content
For the moment, I'd suggest that one unicode character has a the same
with as the space character, assuming that stdout.encoding correctly
matches the terminal.

Then the C implementation could do something similar to the statements I
added in traceback.py:
    offset = len(line.encode('utf-8')[:offset].decode('utf-8'))
History
Date User Action Args
2008-10-01 08:14:01amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, ocean-city
2008-10-01 08:14:01amaury.forgeotdarcsetmessageid: <1222848841.07.0.0224167443803.issue2382@psf.upfronthosting.co.za>
2008-10-01 08:14:00amaury.forgeotdarclinkissue2382 messages
2008-10-01 08:13:59amaury.forgeotdarccreate