[Checkins] SVN: ZODB/trunk/ Note split of persistent.

Tres Seaver tseaver at palladion.com
Fri Aug 24 14:05:22 UTC 2012


On 08/24/2012 02:42 AM, Adam GROSZER wrote:
> Hello,
> 
> I think this broke ZODB tests.
> 
> http://winbot.zope.org/builders/ZODB_dev%20py_265_win64/builds/757/steps/test/logs/stdio
>
>
>
> 
> 
> On 08/21/2012 07:08 PM, Tres Seaver wrote:
>> Log message for revision 127545: Note split of persistent.
>> 
>> Changed: _U  ZODB/trunk/ U   ZODB/trunk/src/CHANGES.txt
>> 
>> -=- Modified: ZODB/trunk/src/CHANGES.txt 
>> =================================================================== 
>> --- ZODB/trunk/src/CHANGES.txt	2012-08-21 17:07:01 UTC (rev 127544) 
>> +++ ZODB/trunk/src/CHANGES.txt	2012-08-21 17:08:42 UTC (rev 127545) 
>> @@ -8,6 +8,9 @@ New Features ------------
>> 
>> +- The ``persistent`` package is now released as a separate 
>> distribution, +  on which ZODB now depends. + - ZODB no longer 
>> depends on zope.event.  It now uses ZODB.event, which uses 
>> zope.event if it is installed.  You can override ZODB.event.notify 
>> to provide your own event handling, although

Hmmm, those symbols are there:

 $ /opt/Python-2.6.8/bin/virtualenv /tmp/per4
 ...
 $ /tmp/per4/bin/easy_install persistent
 ...
 $ /tmp/per4/bin/python -c "from persistent.timestamp import _makeOctets"

I will try a fresh ZODB checkout and see if I can reproduce.



Tres.
-- 
===================================================================
Tres Seaver          +1 540-429-0999          tseaver at palladion.com
Palladion Software   "Excellence by Design"    http://palladion.com


More information about the checkins mailing list