[Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/app/generations/browser/managers.py
Brrrr. An evil doctest depended on significant trailing
whitespace in the .py file.
Tim Peters
tim.one at comcast.net
Thu Mar 31 11:48:06 EST 2005
Log message for revision 29757:
Brrrr. An evil doctest depended on significant trailing whitespace in the .py file.
Changed:
U Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/app/generations/browser/managers.py
-=-
Modified: Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/app/generations/browser/managers.py
===================================================================
--- Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/app/generations/browser/managers.py 2005-03-31 16:35:53 UTC (rev 29756)
+++ Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/app/generations/browser/managers.py 2005-03-31 16:48:05 UTC (rev 29757)
@@ -247,7 +247,7 @@
>>> data = list(view.applications())
>>> data.sort(lambda d1, d2: cmp(d1['id'], d2['id']))
- >>> for info in data:
+ >>> for info in data: #doctest: +NORMALIZE_WHITESPACE
... print info['id']
... print info['min'], info['max'], info['generation']
... print 'evolve?', info['evolve']
More information about the Zope3-Checkins
mailing list