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 loewis
Recipients Arfrever, Nicholas.Cole, ezio.melotti, inigoserna, loewis, poq, tchrist, vstinner, zeha
Date 2012-03-10.18:59:14
SpamBayes Score 4.2891213e-10
Marked as misclassified No
Message-id <4F5BA482.3010503@v.loewis.de>
In-reply-to <1331403844.32.0.889987155478.issue12568@psf.upfronthosting.co.za>
Content
> Don't we need a function that actually reports how curses is going to
> print a given string, rather than just reporting what the unicode
> standard says?

That may be useful, but

a) this patch doesn't provide that, and
b) it may not actually possible to implement such a change in a portable
    way as there may be no function exposed by the curses implementation
    that provides this information.

To put my closing this issue differently: I rejected the patch that
Victor initially submitted. If anybody wants to contribute a different
patch that uses a different strategy, please submit a new issue.
History
Date User Action Args
2012-03-10 18:59:14loewissetrecipients: + loewis, vstinner, ezio.melotti, Arfrever, inigoserna, zeha, poq, Nicholas.Cole, tchrist
2012-03-10 18:59:14loewislinkissue12568 messages
2012-03-10 18:59:14loewiscreate