[Zope3-dev] Conceptual difference between URL traversal / ZPT traversal

2006-07-19 Thread Christian Theune

Hi,

I noticed that there are two different ways of traversing a given path 
string to an object: URL traversal and ZPT traversal.


Is there a document somewhere describing why this difference exists?

Christian

--
gocept gmbh  co. kg - forsterstraße 29 - 06112 halle/saale - germany
www.gocept.com - [EMAIL PROTECTED] - phone +49 345 122 9889 7 -
fax +49 345 122 9889 1 - zope and plone consulting and development

___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



[Zope3-dev] Trunk Cleanup

2006-07-19 Thread Benji York

trial.py - Do we still need this?

dut.py, ut.py, ft.py, zpl.py - They don't seem very useful.  A little 
(possibly already existing) documentation would probably be better.  If 
anyone really wants them, perhaps they could be moved to a less 
conspicuous place.


to-do.txt - looks like an accidental remnant from the jim-adapter branch
--
Benji York
Senior Software Engineer
Zope Corporation
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



[Zope3-dev] Issue 501 and zope.testing.doctest

2006-07-19 Thread Baiju M

Hi all,
Replacing 'import doctest' with 'from zope.testing import doctest'
will fix:  http://www.zope.org/Collectors/Zope3-dev/501

The patch to replace all 'zope.app' subpackages is here:
http://zissue.berlios.de/z3/zope-app-doctest.diff

Let me commit this to 3.3 branch and merge to trunk.

Regards,
Baiju M
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Trunk Cleanup

2006-07-19 Thread Stephan Richter
On Wednesday 19 July 2006 08:43, Benji York wrote:
 dut.py, ut.py, ft.py, zpl.py - They don't seem very useful.  A little
 (possibly already existing) documentation would probably be better.  If
 anyone really wants them, perhaps they could be moved to a less
 conspicuous place.

I love them. I use zpl.py *all* the time. I use the others only frequently.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics  Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Trunk Cleanup

2006-07-19 Thread Benji York

Stephan Richter wrote:

On Wednesday 19 July 2006 08:43, Benji York wrote:


dut.py, ut.py, ft.py, zpl.py - They don't seem very useful.  A little
(possibly already existing) documentation would probably be better.  If
anyone really wants them, perhaps they could be moved to a less
conspicuous place.


I love them. I use zpl.py *all* the time. I use the others only frequently.


OK.  I'd prefer it if they were moved to a subdirectory, but it's not a 
big deal to me.

--
Benji York
Senior Software Engineer
Zope Corporation
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Trunk Cleanup

2006-07-19 Thread Christian Theune

Benji York wrote:

Stephan Richter wrote:

On Wednesday 19 July 2006 08:43, Benji York wrote:


dut.py, ut.py, ft.py, zpl.py - They don't seem very useful.  A little
(possibly already existing) documentation would probably be better.  If
anyone really wants them, perhaps they could be moved to a less
conspicuous place.


I love them. I use zpl.py *all* the time. I use the others only 
frequently.


OK.  I'd prefer it if they were moved to a subdirectory, but it's not a 
big deal to me.


+1 for tidying up the root a bit.


--
gocept gmbh  co. kg - forsterstraße 29 - 06112 halle/saale - germany
www.gocept.com - [EMAIL PROTECTED] - phone +49 345 122 9889 7 -
fax +49 345 122 9889 1 - zope and plone consulting and development

___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Issue 501 and zope.testing.doctest

2006-07-19 Thread Jim Fulton


On Jul 19, 2006, at 9:01 AM, Baiju M wrote:


Hi all,
Replacing 'import doctest' with 'from zope.testing import  
doctest'

will fix:  http://www.zope.org/Collectors/Zope3-dev/501

The patch to replace all 'zope.app' subpackages is here:
http://zissue.berlios.de/z3/zope-app-doctest.diff

Let me commit this to 3.3 branch and merge to trunk.


Sounds good to me. I'd be more cautious if we were talking
about packages outside o zope.app that didn't otherwise depend
on zope.testing.  Packages inside of zope.app should use zope.testing's
doctest.

Thanks

--
Jim Fulton  mailto:[EMAIL PROTECTED]Python 
Powered!
CTO (540) 361-1714  
http://www.python.org
Zope Corporationhttp://www.zope.com http://www.zope.org



___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Trunk Cleanup

2006-07-19 Thread Fred Drake

On 7/19/06, Benji York [EMAIL PROTECTED] wrote:

OK.  I'd prefer it if they were moved to a subdirectory, but it's not a
big deal to me.


Same here.  I consider them monumentally useless.  Moving them
elsewhere makes it easier to see what's important in the checkout
root.


 -Fred

--
Fred L. Drake, Jr.fdrake at gmail.com
Every sin is the result of a collaboration. --Lucius Annaeus Seneca
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



[Zope3-dev] buildbot failure in Zope3 trunk 2.4 Linux zc-buildbot

2006-07-19 Thread buildbot
The Buildbot has detected a failed build of Zope3 trunk 2.4 Linux zc-buildbot.

Buildbot URL: http://buildbot.zope.org/

Build Reason: changes
Build Source Stamp: 6709
Blamelist: baijum

BUILD FAILED: failed test_2

sincerely,
 -The Buildbot

___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] buildbot failure in Zope3 trunk 2.4 Linux zc-buildbot

2006-07-19 Thread Baiju M

On 7/20/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

The Buildbot has detected a failed build of Zope3 trunk 2.4 Linux zc-buildbot.

Buildbot URL: http://buildbot.zope.org/

Build Reason: changes
Build Source Stamp: 6709
Blamelist: baijum

BUILD FAILED: failed test_2


Here is an extract from log:

...
Failure in test
/home/buildbot/slave-zope.org/zc-buildbot--Linux--Zope3---trunk--2.4/build/src/zope/testbrowser/ftests/../over_the_wire.txt
Failed doctest test for over_the_wire.txt
 File 
/home/buildbot/slave-zope.org/zc-buildbot--Linux--Zope3---trunk--2.4/build/src/zope/testbrowser/ftests/../over_the_wire.txt,
line 0

--
File 
/home/buildbot/slave-zope.org/zc-buildbot--Linux--Zope3---trunk--2.4/build/src/zope/testbrowser/ftests/../over_the_wire.txt,
line 21, in over_the_wire.txt
Failed example:
   browser.open('http://google.com/ncr')
Exception raised:
   Traceback (most recent call last):
 File 
/home/buildbot/slave-zope.org/zc-buildbot--Linux--Zope3---trunk--2.4/build/src/zope/testing/doctest.py,
line 1361, in __run
   compileflags, 1) in test.globs
 File doctest over_the_wire.txt[3], line 1, in ?
   browser.open('http://google.com/ncr')
...

The error occured in 'zope/testbrowser/over_the_wire.txt'

There was a mail from Jim regarding this in last december:
http://mail.zope.org/pipermail/zope3-dev/2005-December/017167.html

but no dicussion/action happened.

May be we should exclude some tests in some cases, see this discussion,
especially guido's first comment:
http://www.artima.com/forums/flat.jsp?forum=106thread=4603

Regards,
Baiju M
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com