Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incorrect constant names in curses window objects page #41464

Closed
dcrosta mannequin opened this issue Jan 20, 2005 · 2 comments
Closed

incorrect constant names in curses window objects page #41464

dcrosta mannequin opened this issue Jan 20, 2005 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@dcrosta
Copy link
Mannequin

dcrosta mannequin commented Jan 20, 2005

BPO 1105706
Nosy @akuchling

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/akuchling'
closed_at = <Date 2005-06-01.23:33:00.000>
created_at = <Date 2005-01-20.04:19:10.000>
labels = ['docs']
title = 'incorrect constant names in curses window objects page'
updated_at = <Date 2005-06-01.23:33:00.000>
user = 'https://bugs.python.org/dcrosta'

bugs.python.org fields:

activity = <Date 2005-06-01.23:33:00.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-01-20.04:19:10.000>
creator = 'dcrosta'
dependencies = []
files = []
hgrepos = []
issue_num = 1105706
keywords = []
message_count = 2.0
messages = ['24002', '24003']
nosy_count = 2.0
nosy_names = ['akuchling', 'dcrosta']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1105706'
versions = ['Python 2.3']

@dcrosta
Copy link
Mannequin Author

dcrosta mannequin commented Jan 20, 2005

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

@dcrosta dcrosta mannequin closed this as completed Jan 20, 2005
@dcrosta dcrosta mannequin assigned akuchling Jan 20, 2005
@dcrosta dcrosta mannequin added the docs Documentation in the Doc dir label Jan 20, 2005
@dcrosta dcrosta mannequin closed this as completed Jan 20, 2005
@dcrosta dcrosta mannequin assigned akuchling Jan 20, 2005
@akuchling
Copy link
Member

Logged In: YES
user_id=11375

Fixed in 2.4-maint and HEAD. Thanks for reporting this!

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

1 participant