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

Reply via email to