Nick Coghlan <ncogh...@gmail.com> added the comment:

The number of characters in the filename is hardcoded in the guts of tempfile 
(in _RandomNameSequence.__next__ to be exact). Increasing that to 7 (or even 8) 
would be a straightforward change at the library level, but it can't be done 
from user code.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12015>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to