• Lars Gustäbel's avatar
    Merged revisions 76780 via svnmerge from · 365aff3a
    Lars Gustäbel yazdı
    svn+ssh://pythondev@svn.python.org/python/trunk
    
    ........
      r76780 | lars.gustaebel | 2009-12-13 12:32:27 +0100 (Sun, 13 Dec 2009) | 21 lines
    
      Issue #7357: No longer suppress fatal extraction errors by
      default.
    
      TarFile's errorlevel argument controls how errors are
      handled that occur during extraction. There are three
      possible levels 0, 1 and 2. If errorlevel is set to 1 or 2
      fatal errors (e.g. a full filesystem) are raised as
      exceptions. If it is set to 0, which is the default value,
      extraction errors are suppressed, and error messages are
      written to the debug log instead. But, if the debug log is
      not activated, which is the default as well, all these
      errors go unnoticed.
    
      The original intention was to imitate GNU tar which tries
      to extract as many members as possible instead of stopping
      on the first error. It turns out that this is no good
      default behaviour for a tar library. This patch simply
      changes the default value for the errorlevel argument from
      0 to 1, so that fatal extraction errors are raised as
      EnvironmentError exceptions.
    ........
    365aff3a
Adı
Son kayıt (commit)
Son güncelleme
..
RPM Loading commit data...
TextMate/Python-Dev.tmbundle Loading commit data...
Vim Loading commit data...
ACKS Loading commit data...
AIX-NOTES Loading commit data...
HISTORY Loading commit data...
NEWS Loading commit data...
NEWS.help Loading commit data...
PURIFY.README Loading commit data...
Porting Loading commit data...
README Loading commit data...
README.OpenBSD Loading commit data...
README.coverity Loading commit data...
README.klocwork Loading commit data...
README.valgrind Loading commit data...
RFD Loading commit data...
SpecialBuilds.txt Loading commit data...
build.sh Loading commit data...
cheatsheet Loading commit data...
developers.txt Loading commit data...
gdbinit Loading commit data...
indent.pro Loading commit data...
maintainers.rst Loading commit data...
pymemcompat.h Loading commit data...
python-config.in Loading commit data...
python-mode.el Loading commit data...
python-wing.wpr Loading commit data...
python.man Loading commit data...
python.pc.in Loading commit data...
setuid-prog.c Loading commit data...
valgrind-python.supp Loading commit data...
vgrindefs Loading commit data...