Skip to content

bpo-8243: Doc patch for curses.window.addstr and curses.window.addch #5179

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

Merged
merged 1 commit into from
Apr 7, 2018
Merged

Conversation

jcrotts
Copy link
Contributor

@jcrotts jcrotts commented Jan 14, 2018

bpo-8243: Doc patch for curses.window.addstr and curses.window.addch

Added documentation notes for two functions in curses.window .
This is my first pr, please let me know what else I need to do.

https://bugs.python.org/issue8243


Writing outside the window, subwindow, or pad raises :exc:`curses.error`.
Attempting to write to the lower right corner of a window, subwindow,
or pad will cause an exception to be raised after the character is printed.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace after the caracter is printed by after the string is printed

@matrixise
Copy link
Member

Could you rebase your commits ? 5 commits should become 1 commit. Thank you,

@jcrotts
Copy link
Contributor Author

jcrotts commented Jan 31, 2018

Sure, I will make the change, and then rebase.

@jcrotts
Copy link
Contributor Author

jcrotts commented Jan 31, 2018

Okay, I made the changes, and rebased my commits.

Thanks for the help.

@ned-deily ned-deily added needs backport to 3.6 docs Documentation in the Doc dir OS-mac and removed OS-mac labels Apr 7, 2018
@ned-deily ned-deily merged commit ef5ce88 into python:master Apr 7, 2018
@miss-islington
Copy link
Contributor

Thanks @jcrotts for the PR, and @ned-deily for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-6404 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Apr 7, 2018
@bedevere-bot
Copy link

GH-6405 is a backport of this pull request to the 2.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Apr 7, 2018
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Apr 7, 2018
@bedevere-bot
Copy link

GH-6406 is a backport of this pull request to the 3.6 branch.

ned-deily pushed a commit that referenced this pull request Apr 7, 2018
ned-deily pushed a commit that referenced this pull request Apr 7, 2018
ned-deily pushed a commit that referenced this pull request Apr 7, 2018
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

Successfully merging this pull request may close these issues.

6 participants