• Guido van Rossum's avatar
    SF patch #467455 : Enhanced environment variables, by Toby Dickenson. · 9abaf4d3
    Guido van Rossum yazdı
       This patch changes to logic to:
    
       if env.var. set and non-empty:
           if env.var. is an integer:
               set flag to that integer
       if flag is zero: # [actually, <= 0 --GvR]
           set flag to 1
    
       Under this patch, anyone currently using
       PYTHONVERBOSE=yes will get the same output as before.
    
       PYTHONVERBNOSE=2 will generate more verbosity than
       before.
    
       The only unusual case that the following three are
       still all equivalent:
       PYTHONVERBOSE=yespleas
       PYTHONVERBOSE=1
       PYTHONVERBOSE=0
    9abaf4d3
Adı
Son kayıt (commit)
Son güncelleme
..
RPM Loading commit data...
ACKS Loading commit data...
AIX-NOTES Loading commit data...
BeOS-NOTES Loading commit data...
BeOS-setup.py Loading commit data...
HISTORY Loading commit data...
HPUX-NOTES Loading commit data...
Makefile.pre.in Loading commit data...
NEWS Loading commit data...
PURIFY.README Loading commit data...
Porting Loading commit data...
README Loading commit data...
RFD Loading commit data...
cheatsheet Loading commit data...
find_recursionlimit.py Loading commit data...
gdbinit Loading commit data...
indent.pro Loading commit data...
python-mode.el Loading commit data...
python.man Loading commit data...
setuid-prog.c Loading commit data...
unicode.txt Loading commit data...
vgrindefs Loading commit data...