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 <rep...@bugs.python.org>
<http://bugs.python.org/issue18669>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to