--On 16. August 2008 17:18:56 +0200 Philipp von Weitershausen <philipp@weitershausen.de> wrote:
Tres Seaver wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Zope Tests Summarizer wrote:
Summary of messages to the zope-tests list. Period Fri Aug 15 11:00:00 2008 UTC to Sat Aug 16 11:00:00 2008 UTC. There were 5 messages: 5 from Zope Tests.
Unknown -------
Subject: UNKNOWN : Zope-2.8 Python-2.3.6 : Linux From: Zope Tests Date: Fri Aug 15 20:40:07 EDT 2008 URL: http://mail.zope.org/pipermail/zope-tests/2008-August/010015.html
I can't reproduce this failure on my box (self-compiled Python 2.3.5, Ubuntu). Does anyone have a clue why the 'encodings.aliases' module would be different?
I certainly don't, but apparently there was a bug report [1] which caused Andreas to fix it in Hotfix (see r89881), but not the Zope 2.8 branch.
hmm? The 2.8 branch contains the original code of the Hotfix + Tres' fix for the _aliases problem. I also can not reproduce this failure with Python 2.3 + Zope 2.8. The fix for <https://bugs.edge.launchpad.net/zope2/+bug/258154> was to include Tres' fix for Python 2.3 with the hotfix - but only for Python 2.3 interpreters (based on sys.version_info). Andreas