[docs] [issue18669] curses.chgat() moves cursor, documentation says it shouldn't

Berker Peksag report at bugs.python.org
Wed Apr 26 10:10:13 EDT 2017


Berker Peksag added the comment:

I think this is a documentation issue. curses.chgat() documentation tries to describe different signatures in one place and some of these signatures change the behavior of the function. For example, curses.chgat() calls mvwchgat() when users pass y and x to it and mvwchgat() is documented as "the mvwchgat function does a cursor move before acting".

----------
keywords: +easy
nosy: +berker.peksag
stage:  -> needs patch
versions: +Python 3.6, Python 3.7 -Python 3.2, Python 3.4

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


More information about the docs mailing list