[New-bugs-announce] [issue17700] Update Curses HOWTO for 3.4

A.M. Kuchling report at bugs.python.org
Fri Apr 12 00:34:47 CEST 2013


New submission from A.M. Kuchling:

Here's a patch updating the Curses HOWTO for 3.4 that can be applied to the default branch.  Changes:

* curses.wrapper.wrapper is now just curses.wrapper
* Mention window.encoding and its effect on Unicode.
* Describe getkey() as well as getch()
* Improve some examples.
* Use 4-space indentation.
* Add links to urwid, an alternate UI library.
* Various edits & rewording.

----------
assignee: docs at python
components: Documentation
files: update-curses-howto.txt
messages: 186599
nosy: akuchling, docs at python
priority: normal
severity: normal
stage: patch review
status: open
title: Update Curses HOWTO for 3.4
type: enhancement
Added file: http://bugs.python.org/file29783/update-curses-howto.txt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17700>
_______________________________________


More information about the New-bugs-announce mailing list