commit | d964f51f813282171d4da831e8de0fe003253e9e | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sun Apr 08 18:01:54 2018 -0700 |
committer | GitHub <noreply@github.com> | Sun Apr 08 18:01:54 2018 -0700 |
tree | 2661a7babeab539391b62183e924df4e9d7a2450 | |
parent | 8a72266eca00d31ae720453622728f72dd6b2694 [diff] |
Update docstring of tempfile._RandomNameSequence (GH-6414) 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 9c463ec88ba21764f6fff8e01d6045a932a89438) Co-authored-by: Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de>