]> granicus.if.org Git - python/commit
Update docstring of tempfile._RandomNameSequence (GH-6414)
authorWolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de>
Mon, 9 Apr 2018 00:42:39 +0000 (02:42 +0200)
committerINADA Naoki <methane@users.noreply.github.com>
Mon, 9 Apr 2018 00:42:39 +0000 (09:42 +0900)
commit9c463ec88ba21764f6fff8e01d6045a932a89438
treec76862bba5b6ad2ebaf0264912a33900b6dec8b4
parent46936d5a71d1683dbd8ddb6d7f39aab50ecfec50
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.
Lib/tempfile.py