[issue11363] Curses - add missing functions to doc

2011-07-20 Thread Ezio Melotti
Ezio Melotti added the comment: FWIW the typo has been fixed in 13c9b93e97ad. If the example is failing another issue should be created. -- status: open -> closed ___ Python tracker ___

[issue11363] Curses - add missing functions to doc

2011-07-02 Thread Éric Araujo
Éric Araujo added the comment: Yes, the typo is also on default; I did not mention it, as the merge would have shown it :) I did not report the bug I found; if you could test all examples for 3.x-compat and open a report, it would be great. -- ___

[issue11363] Curses - add missing functions to doc

2011-06-29 Thread Sandro Tosi
Sandro Tosi added the comment: I think the same typo is also on default (since merged from 3.2): Ezio, do you want me to upload a patch or you'll fix it? Éric: I can see the tparm() example is failing, since tgetstr() is returning bytes while it expects a string: did you already file about ab

[issue11363] Curses - add missing functions to doc

2011-06-29 Thread Éric Araujo
Éric Araujo added the comment: A typo slipped into the 3.2 commit: x``'\033[6;4H'`` In addition, I tried the example in my shell and got a bytes/str error; that’s probably another report. -- nosy: +eric.araujo status: closed -> open ___ Python trac

[issue11363] Curses - add missing functions to doc

2011-06-26 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the patch! -- assignee: docs@python -> ezio.melotti resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker _

[issue11363] Curses - add missing functions to doc

2011-06-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3eb9c31a0b03 by Ezio Melotti in branch '2.7': #11363: clean up curses doc. http://hg.python.org/cpython/rev/3eb9c31a0b03 New changeset 3dc602b1f4a2 by Ezio Melotti in branch '2.7': #11363: add missing functions from curses doc. Patch by Sandro Tosi

[issue11363] Curses - add missing functions to doc

2011-06-26 Thread Sandro Tosi
Sandro Tosi added the comment: Still following Ezio suggestion, I've reworked a bit the original patch, attaching its -v2 . -- Added file: http://bugs.python.org/file22482/curses_missing_functs-py3k-v2.patch ___ Python tracker

[issue11363] Curses - add missing functions to doc

2011-06-26 Thread Sandro Tosi
Sandro Tosi added the comment: As requested by Ezio, I'm attaching a "pre-patch" to bring curses doc a bit more adherent to current standards like by s/Returns/Return/ , ``True`` instead of true and so on. It applies ok on 3.3 and 3.2, on 2.7 a hunk is failing (but Ezio said it's fine this wa

[issue11363] Curses - add missing functions to doc

2011-03-01 Thread Sandro Tosi
Sandro Tosi added the comment: On Tue, Mar 1, 2011 at 19:50, Sandro Tosi wrote: > > New submission from Sandro Tosi : > > Following up http://mail.python.org/pipermail/docs/2011-January/002922.html , > I did a check on all the documented functions of curses and those available > from the modu

[issue11363] Curses - add missing functions to doc

2011-03-01 Thread Sandro Tosi
New submission from Sandro Tosi : Following up http://mail.python.org/pipermail/docs/2011-January/002922.html , I did a check on all the documented functions of curses and those available from the module, and wrote a patch to include in the doc the missing ones (text is mainly brought by manpa