Re: [Zope-dev] zope.app.form: Make "no value" always available?

2008-08-21 Thread Fred Drake
On Thu, Aug 21, 2008 at 8:45 AM, Thomas Lotze <[EMAIL PROTECTED]> wrote: > If someone gives me access to the package on PyPI (username: tlotze), > I can also upload it there. Done. -Fred -- Fred L. Drake, Jr. "Chaos is the score upon which reality is written." --Henry Miller

Re: [Zope-dev] zope.app.form: Make "no value" always available?

2008-08-21 Thread Thomas Lotze
Tres Seaver wrote: > Thomas Lotze wrote: >> Oh well, it turns out that this doesn't really work well as the class in >> question is used as a base class by all the items edit widgets. The >> next-best approach we'd try would be a module-global flag that turns the >> old behaviour back on and must

Re: [Zope-dev] How to put "<", ">" in HTML attributes?

2008-08-21 Thread Christian Theune
On Thu, 2008-08-21 at 13:30 +0200, Hermann Himmelbauer wrote: > Yes, many thanks for that, this did the trick! Interestingly, something like > this did not work:: > > def attrcode(self): > return '' > > Of course not. The quoting happens because of tal:attributes. Just moving the `python

Re: [Zope-dev] zope.testbrowser.testing.Browser has undefined dependencies

2008-08-21 Thread Philipp von Weitershausen
Chris Withers wrote: > I'm just starting to play with zope.testbrowser's testing.Browser but I > notice that is uses the following packages: > > transaction > zope.app.testing > zope.app.folder > zope.app.component > > ...but zope.testbrowser doesn't declare any dependency on these. It does, us

Re: [Zope-dev] How to put "<", ">" in HTML attributes?

2008-08-21 Thread Hermann Himmelbauer
Am Mittwoch 20 August 2008 19:59:37 schrieb Christian Theune: > On Wed, 2008-08-20 at 19:34 +0200, Hermann Himmelbauer wrote: > > Hi, > > I have a page template, that should have the characters "<" and ">" in > > the resulting HTML code, e.g.: > > > > > > > > Zope3 makes a < / &rt; out of the "<>"

[Zope-dev] Zope Tests: 4 OK, 1 Unknown

2008-08-21 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Wed Aug 20 11:00:00 2008 UTC to Thu Aug 21 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: Wed Aug 20 20:42:12 EDT 2008 URL: http://mail.zope.or

[Zope-dev] zope.testbrowser.testing.Browser has undefined dependencies

2008-08-21 Thread Chris Withers
Hi All, I'm just starting to play with zope.testbrowser's testing.Browser but I notice that is uses the following packages: transaction zope.app.testing zope.app.folder zope.app.component ...but zope.testbrowser doesn't declare any dependency on these. It probably should in some way, but I can

Re: [Zope-dev] Failing Zope 2.8 / Python 2.3 tests on your box

2008-08-21 Thread Stefan H. Holek
It is a "hand-compiled" Python 2.3, not the one coming with the distro. I'll have to look into it, maybe ./configure missed something... Stefan On 20. Aug 2008, at 19:57, Tres Seaver wrote: > Tests are blowing up on that box becaues the 'encodings' module has no > attribute 'aliases': AFAICT,