[Zope-Checkins] SVN: Zope/trunk/src/Products/PluginIndexes/PathIndex/PathIndex.py Merge r110877 to trunk

2010-04-14 Thread Wichert Akkerman
Log message for revision 110879: Merge r110877 to trunk Changed: U Zope/trunk/src/Products/PluginIndexes/PathIndex/PathIndex.py -=- Modified: Zope/trunk/src/Products/PluginIndexes/PathIndex/PathIndex.py === ---

[Zope-Checkins] SVN: Zope/trunk/src/ZPublisher/Publish.py simplified code: 'except SystemExit' and 'except ImportError' do the same.

2010-04-14 Thread Yvo Schubbe
Log message for revision 110896: simplified code: 'except SystemExit' and 'except ImportError' do the same. It is very unlikely that v is a tuple and 'hasattr(sys, 'exc_info')' is always true. Changed: UU Zope/trunk/src/ZPublisher/Publish.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/src/ZPublisher/Test.py re-synced publish_module with Publish.publish_module_standard

2010-04-14 Thread Yvo Schubbe
Log message for revision 110897: re-synced publish_module with Publish.publish_module_standard Changed: UU Zope/trunk/src/ZPublisher/Test.py -=- Modified: Zope/trunk/src/ZPublisher/Test.py === ---