bpo-29933: improving set_write_buffer_limits description#2262
bpo-29933: improving set_write_buffer_limits description#2262Mariatta merged 4 commits intopython:masterfrom kojoidrissa:master
Conversation
|
@kojoidrissa, thanks for your PR! By analyzing the history of the files in this pull request, we identified @1st1, @berkerpeksag and @methane to be potential reviewers. |
|
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately our records indicate you have not signed the CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. Thanks again to your contribution and we look forward to looking at it! |
|
Thanks @kojoidrissa and congrats on your first contribution to CPython 🎉 If you have Python 3.6 installed, then you can use cherry_picker.py |
Can someone please backport these changes? @kojoidrissa maybe? |
|
I'm getting ready to travel internationally. I'll look into it this weekend.
…On Tue, Jun 27, 2017 at 19:55 Victor Stinner ***@***.***> wrote:
Can you backport this to 3.6 and 3.5 branches?
Can someone please backport these changes? @kojoidrissa
<https://github.com/kojoidrissa> maybe?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2262 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFAgJZLnR-w5UmAno9v1ra5R_8ve_mA-ks5sIaSAgaJpZM4N9YdY>
.
|
|
GH-2532 is a backport of this pull request to the 3.6 branch. |
|
GH-2533 is a backport of this pull request to the 3.5 branch. |
Improved the description of the high and low parameters for set_write_buffer_limits. Also fixed a small grammatical issue.