Update docstring of tempfile._RandomNameSequence by wm75 · Pull Request #6414 · python/cpython (original) (raw)
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 andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation3 Commits1 Checks0 Files changed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
When issue 12015 got resolved by increasing the length of the
random string generated by _RandomNameSequence from six to eight
characters, the docstring of the class was not adjusted
accordingly.
When issue 12015 got resolved by increasing the length of the random string generated by _RandomNameSequence from six to eight characters, the docstring of the class was not adjusted accordingly.
wm75 mentioned this pull request
Thanks @wm75 for the PR, and @methane for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7.
🐍🍒⛏🤖
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
When bpo-12015 got resolved by increasing the length of the random string generated by _RandomNameSequence from six to eight characters, the docstring of the class was not adjusted accordingly. (cherry picked from commit 9c463ec)
Co-authored-by: Wolfgang Maier wolfgang.maier@biologie.uni-freiburg.de
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
When bpo-12015 got resolved by increasing the length of the random string generated by _RandomNameSequence from six to eight characters, the docstring of the class was not adjusted accordingly. (cherry picked from commit 9c463ec)
Co-authored-by: Wolfgang Maier wolfgang.maier@biologie.uni-freiburg.de
miss-islington added a commit that referenced this pull request
When bpo-12015 got resolved by increasing the length of the random string generated by _RandomNameSequence from six to eight characters, the docstring of the class was not adjusted accordingly. (cherry picked from commit 9c463ec)
Co-authored-by: Wolfgang Maier wolfgang.maier@biologie.uni-freiburg.de
miss-islington added a commit that referenced this pull request
When bpo-12015 got resolved by increasing the length of the random string generated by _RandomNameSequence from six to eight characters, the docstring of the class was not adjusted accordingly. (cherry picked from commit 9c463ec)
Co-authored-by: Wolfgang Maier wolfgang.maier@biologie.uni-freiburg.de
wm75 deleted the _RandomNameSequence-doc branch