Re: [Zope-dev] Windows Test Failures and XMLExportImport

2006-05-01 Thread Chris Withers
Benji York wrote: 2000--Zope---branches---2.9--2.4\build\lib\python\OFS\tests\test_XMLExportImport.py", I suspect the following pattern needs to be changed: ostream = tempfile.NamedTemporaryFile(suffix='.xml') try: data = exportXML(connection, oid, ostream)

[Zope-dev] Re: Help with two strange errors.

2006-05-01 Thread Lennart Regebro
On 4/30/06, Lennart Regebro <[EMAIL PROTECTED]> wrote: Also, the ZServer test seems to leave cruft behind. Possibly a thread, that the gets detected by the zope.server tests, because it will complain that a thread is left behind by those test, while if I skip the ZServer tests with -t '!ZServer'

Re: [Zope-dev] Windows Test Failures and XMLExportImport

2006-05-01 Thread Benji York
Chris Withers wrote: I suspect the following pattern needs to be changed: ostream = tempfile.NamedTemporaryFile(suffix='.xml') try: data = exportXML(connection, oid, ostream) ostream.flush() sub._importObjectFromFile(ostream.name, 0, 0)

Re: [Zope-dev] Windows Test Failures and XMLExportImport

2006-05-01 Thread Chris Withers
Benji York wrote: Yep, that looks like it. Either I'll make my first commit to Zope 2 ever :) or if you want to, you can change it to something like this: import tempfile import os fname = 'import_export.xml' tempdir = tempfile.mkdtemp() try: ostream = open(fname, 'wb') try: d

[Zope-dev] buildbot svn failures?

2006-05-01 Thread Chris Withers
Hi All, Any idea what's causing the svn failrues on the buildbot. This only seems to be affecting the Windows builds, with the Zope 2 & 3 trunk not currently building... cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk _

[Zope-dev] i18n for 'structure' in TAL

2006-05-01 Thread Martijn Faassen
Hi there, i18n doesn't actually work for things marked as 'structure' in a page template in both Zope 2 and Zope 3. Zope 2 does do this with PlacelessTranslationService (through some tortuous route I won't go into). I think in practice large systems such as Plone, Silva and CPS are all transl

Re: [Zope-dev] Zope 2.10: Remaining tasks

2006-05-01 Thread Martijn Faassen
Philipp von Weitershausen wrote: The feature freeze date for the June release is only days away. It was planned to be May 1st, but due to lots of pending branches, we might let it slip for a *couple* of days (not more!). I've compiled a rough list of outstanding tasks for Zope 2.10: http://www.z

Re: [Zope-dev] Zope 2.10: Remaining tasks

2006-05-01 Thread Andreas Jung
--On 1. Mai 2006 18:46:07 +0200 Martijn Faassen <[EMAIL PROTECTED]> wrote: Philipp von Weitershausen wrote: The feature freeze date for the June release is only days away. It was planned to be May 1st, but due to lots of pending branches, we might let it slip for a *couple* of days (not more!

Re: [Zope-dev] Re: Zope 2.10: Remaining tasks

2006-05-01 Thread Lennart Regebro
On 4/29/06, Florent Guillaume <[EMAIL PROTECTED]> wrote: > It is up to the release managers (Stephan, Andreas) and the Pope to > decide the exact feature freeze date, but I would suggest that we start > merging those branches real soon. Some crucial branches, namely the 3.3 integration is sched

Re: [Zope-dev] Zope 2.10: Remaining tasks

2006-05-01 Thread Jim Fulton
Martijn Faassen wrote: Philipp von Weitershausen wrote: The feature freeze date for the June release is only days away. It was planned to be May 1st, but due to lots of pending branches, we might let it slip for a *couple* of days (not more!). I've compiled a rough list of outstanding tasks fo