Marc Christiansen <[EMAIL PROTECTED]> wrote:
> James T. Dennis <[EMAIL PROTECTED]> scribis:
>> In fact I realized, after reading through tempfile.py in /usr/lib/...
>> that the following also doesn't "work" like I'd expect:
>># foo.py
>>tst = "foo"
>>def getTst(arg):
> If I
James T. Dennis <[EMAIL PROTECTED]> scribis:
> In fact I realized, after reading through tempfile.py in /usr/lib/...
> that the following also doesn't "work" like I'd expect:
>
># foo.py
>tst = "foo"
>def getTst(arg):
If I change this line:
>return "foo-%s"
In <[EMAIL PROTECTED]>, James T. Dennis wrote:
> Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote:
>> In <[EMAIL PROTECTED]>, James T. Dennis wrote:
>
>> You can change it by simply assigning to the name:
>
>> In [15]: tempfile.template = 'spam'
>
>> In [16]: tempfile.template
>> Out[16]: 'sp
Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote:
> In <[EMAIL PROTECTED]>, James T. Dennis wrote:
>> Tonight I discovered something odd in the __doc__ for tempfile
>> as shipped with Python 2.4.4 and 2.5: it says:
>>
>> This module also provides some data items to the user:
>>
>>
Dennis Lee Bieber <[EMAIL PROTECTED]> wrote:
> On Wed, 09 May 2007 06:50:38 -, "James T. Dennis"
> <[EMAIL PROTECTED]> declaimed the following in comp.lang.python:
>> In fact I realized, after reading through tempfile.py in /usr/lib/...
>> that the following also doesn't "work" like I'd exp
In <[EMAIL PROTECTED]>, James T. Dennis wrote:
> Tonight I discovered something odd in the __doc__ for tempfile
> as shipped with Python 2.4.4 and 2.5: it says:
>
> This module also provides some data items to the user:
>
> TMP_MAX - maximum number of names that will be tried be