[ python-Bugs-1105706 ] incorrect constant names in curses window objects page

SourceForge.net noreply at sourceforge.net
Thu Jan 20 05:19:10 CET 2005


Bugs item #1105706, was opened at 2005-01-19 23:19
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1105706&group_id=5470

Category: Documentation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: dcrosta (dcrosta)
Assigned to: Nobody/Anonymous (nobody)
Summary: incorrect constant names in curses window objects page

Initial Comment:
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

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1105706&group_id=5470


More information about the Python-bugs-list mailing list