[Checkins] SVN: zope.location/trunk/ Adjusted to testing output caused by new zope.schema.

Hanno Schlichting hannosch at hannosch.eu
Tue Dec 22 10:23:21 EST 2009


Log message for revision 106881:
  Adjusted to testing output caused by new zope.schema.
  

Changed:
  U   zope.location/trunk/CHANGES.txt
  U   zope.location/trunk/setup.py
  U   zope.location/trunk/src/zope/location/location.txt

-=-
Modified: zope.location/trunk/CHANGES.txt
===================================================================
--- zope.location/trunk/CHANGES.txt	2009-12-22 15:18:31 UTC (rev 106880)
+++ zope.location/trunk/CHANGES.txt	2009-12-22 15:23:20 UTC (rev 106881)
@@ -2,12 +2,11 @@
 CHANGES
 =======
 
-3.7.2 (unreleased)
+3.8.0 (2009-12-22)
 ------------------
 
-- Nothing changed yet.
+- Adjusted to testing output caused by new zope.schema.
 
-
 3.7.1 (2009-11-18)
 ------------------
 

Modified: zope.location/trunk/setup.py
===================================================================
--- zope.location/trunk/setup.py	2009-12-22 15:18:31 UTC (rev 106880)
+++ zope.location/trunk/setup.py	2009-12-22 15:23:20 UTC (rev 106881)
@@ -26,7 +26,7 @@
     return text
 
 setup(name='zope.location',
-      version = '3.7.2dev',
+      version = '3.8.0dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Location',

Modified: zope.location/trunk/src/zope/location/location.txt
===================================================================
--- zope.location/trunk/src/zope/location/location.txt	2009-12-22 15:18:31 UTC (rev 106880)
+++ zope.location/trunk/src/zope/location/location.txt	2009-12-22 15:23:20 UTC (rev 106881)
@@ -35,7 +35,7 @@
   >>> a.location = loc
   Traceback (most recent call last):
   ...
-  WrongContainedType: [WrongType('foo', <type 'unicode'>)]
+  WrongContainedType: ([WrongType('foo', <type 'unicode'>, '__name__')], 'location')
 
 
 The `inside` Function



More information about the checkins mailing list