This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: incorrect constant names in curses window objects page
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, dcrosta
Priority: normal Keywords:

Created on 2005-01-20 04:19 by dcrosta, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg24002 - (view) Author: dcrosta (dcrosta) Date: 2005-01-20 04:19
The documentation for the border() function in the
curses "Window Objects" page
(http://www.python.org/doc/2.3.4/lib/curses-window-objects.html)
says that ACS_BRCORNER and ACS_BLCORNER are the
defaults for the lower left and right corners,
respectively. The curses "Constants" page
(http://www.python.org/doc/2.3.4/lib/node218.html) has
the correct names, ACS_LRCORNER and ACS_LLCORNER,
respectively.

My system:
Python 2.3.4 on Gentoo GNU/Linux
msg24003 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2005-06-01 23:33
Logged In: YES 
user_id=11375

Fixed in 2.4-maint and HEAD.  Thanks for reporting this!
History
Date User Action Args
2022-04-11 14:56:09adminsetgithub: 41464
2005-01-20 04:19:10dcrostacreate