[Python-checkins] r87497 - svn:log

r.david.murray python-checkins at python.org
Mon Dec 27 17:29:35 CET 2010


Author: r.david.murray
Revision: 87497
Property Name: svn:log
Action: modified

Property diff:
--- old property value
+++ new property value
@@ -1,4 +1,4 @@
-##5258/#10642: print fn, line, traceback and continue when .pth file is broken
+#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
@@ -6,5 +6,4 @@
 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.  (The interpreter failing to
-start in 2.7/3.2 if site.py fails is a separate issue).
+error, and just skips the remainder of the file.


More information about the Python-checkins mailing list