• R. David Murray's avatar
    Merged revisions 87497 via svnmerge from · 5874ed6c
    R. David Murray yazdı
    svn+ssh://pythondev@svn.python.org/python/branches/py3k
    
    ........
      r87497 | r.david.murray | 2010-12-26 14:54:29 -0500 (Sun, 26 Dec 2010) | 7 lines
    
      #5258/#10642: print fn, line, traceback and continue when .pth file is broken
    
      If a .pth file contained an error, it could cause a traceback in site.py,
      terminating its processing.  In 2.7 and 3.2, the interpreter will then not
      start.  Previously, a message would print saying to use -v to get the
      traceback.  In either case, the traceback generated for a failed .pth file did
      not include the .pth filename, making it difficult to debug the problem.  Now
      site.py reports not only the .pth filename but also the line number causing the
      error, and just skips the remainder of the file.
    ........
    5874ed6c
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.bzrignore Loading commit data...
.hgeol Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...