[Python-checkins] [python/cpython] f50354: Reimplement tempfile._RandomNameSequence using a g...

GitHub noreply at github.com
Tue Apr 11 15:46:00 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: f50354adaaafebe95ad09d09b825804a686ea843
      https://github.com/python/cpython/commit/f50354adaaafebe95ad09d09b825804a686ea843
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-04-11 (Tue, 11 Apr 2017)

  Changed paths:
    M Lib/tempfile.py
    M Lib/test/test_tempfile.py

  Log Message:
  -----------
  Reimplement tempfile._RandomNameSequence using a generator function. (#1075)




More information about the Python-checkins mailing list