-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
Document 'attr' parameter for window.vline() in curses module #100616
Labels
docs
Documentation in the Doc dir
Comments
This was referenced Dec 30, 2022
Merged
JelleZijlstra
pushed a commit
that referenced
this issue
Dec 30, 2022
…ule (#24961) Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Dec 30, 2022
…es module (pythonGH-24961) (cherry picked from commit f4fcfdf) Co-authored-by: mathieui <mathieui@users.noreply.github.com> Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Dec 30, 2022
…es module (pythonGH-24961) (cherry picked from commit f4fcfdf) Co-authored-by: mathieui <mathieui@users.noreply.github.com> Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation
Function window.vline is missing the
attr
parameter, which defaults toA_NORMAL
(this is already documented).Linked PRs
The text was updated successfully, but these errors were encountered: