Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #28221 > unrolled thread
| Started by | Steven D'Aprano <steve+comp.lang.python@pearwood.info> |
|---|---|
| First post | 2012-09-01 22:41 +0000 |
| Last post | 2012-09-01 20:28 -0700 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
Curses unicode support Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-01 22:41 +0000
Re: Curses unicode support cjgohlke@gmail.com - 2012-09-01 20:28 -0700
| From | Steven D'Aprano <steve+comp.lang.python@pearwood.info> |
|---|---|
| Date | 2012-09-01 22:41 +0000 |
| Subject | Curses unicode support |
| Message-ID | <50428f00$0$29978$c3e8da3$5496439d@news.astraweb.com> |
Thanks to Victor Stinner, the curses module now has improved Unicode support. http://mail.python.org/pipermail/python-dev/2012-September/121569.html Victor has asked for testers to report any bugs in the module before Python 3.3 goes live: [quote] So please try to test the curses module before Python 3.3 final with your favorite application! [end quote] -- Steven
[toc] | [next] | [standalone]
| From | cjgohlke@gmail.com |
|---|---|
| Date | 2012-09-01 20:28 -0700 |
| Message-ID | <30764d09-c9e8-4c72-afd0-609e2fbe690b@googlegroups.com> |
| In reply to | #28221 |
On Saturday, September 1, 2012 3:41:04 PM UTC-7, Steven D'Aprano wrote: > Thanks to Victor Stinner, the curses module now has improved Unicode > > support. > > > > http://mail.python.org/pipermail/python-dev/2012-September/121569.html > > > > Victor has asked for testers to report any bugs in the module before > > Python 3.3 goes live: > > > > [quote] > > So please try to test the curses module before Python 3.3 final with > > your favorite application! > > [end quote] > > > > > > -- > > Steven It might be worth mentioning here that there is no _curses module, with or without Unicode support, in any CPython version for the Windows operating system (http://bugs.python.org/issue2889). Christoph
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web