]> granicus.if.org Git - python/commit
Update docstring of tempfile._RandomNameSequence (GH-6414)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 Apr 2018 01:26:56 +0000 (18:26 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Apr 2018 01:26:56 +0000 (18:26 -0700)
commit335efd7c252799eeeb8cbf51d178b1b897a91ae2
treede9b1996c4fcf2c3a6653a18d6ddc2300765f8da
parent280a767d02c778a33ffb3347ac7cb89b35e41c51
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>
Lib/tempfile.py