Re: [Zope-dev] Who uses request.getPositionalArguments()?

2009-06-10 Thread Wolfgang Schnerring
* Jim Fulton [2009-06-09 11:29]: > On Jun 9, 2009, at 9:45 AM, Wolfgang Schnerring wrote: >> I've stumbled over this by accident, but it seems that >> getPositionalArguments() in zope.publisher.base.BaseRequest >> always returns an empty value (at least, there are no tests in which >> it has a non

Re: [Zope-dev] Who uses request.getPositionalArguments()?

2009-06-09 Thread Jim Fulton
On Jun 9, 2009, at 9:45 AM, Wolfgang Schnerring wrote: > Hello, > > I've stumbled over this by accident, but it seems that > getPositionalArguments() in zope.publisher.base.BaseRequest > always returns an empty value (at least, there are no tests in which > it has a non-empty value), Wrong on bo

Re: [Zope-dev] Who uses request.getPositionalArguments()?

2009-06-09 Thread Christian Theune
Hi, On Tue, 2009-06-09 at 10:02 -0400, Stephan Richter wrote: > On Tuesday 09 June 2009, Wolfgang Schnerring wrote: > > I've stumbled over this by accident, but it seems that > > getPositionalArguments() in zope.publisher.base.BaseRequest > > always returns an empty value (at least, there are no t

Re: [Zope-dev] Who uses request.getPositionalArguments()?

2009-06-09 Thread Wolfgang Schnerring
* Stephan Richter [2009-06-09 10:02]: > On Tuesday 09 June 2009, Wolfgang Schnerring wrote: > > I've stumbled over this by accident, but it seems that > > getPositionalArguments() in zope.publisher.base.BaseRequest > > always returns an empty value (at least, there are no tests in which > > it has

Re: [Zope-dev] Who uses request.getPositionalArguments()?

2009-06-09 Thread Stephan Richter
On Tuesday 09 June 2009, Wolfgang Schnerring wrote: > I've stumbled over this by accident, but it seems that > getPositionalArguments() in zope.publisher.base.BaseRequest > always returns an empty value (at least, there are no tests in which > it has a non-empty value), and it is also not overridde

[Zope-dev] Who uses request.getPositionalArguments()?

2009-06-09 Thread Wolfgang Schnerring
Hello, I've stumbled over this by accident, but it seems that getPositionalArguments() in zope.publisher.base.BaseRequest always returns an empty value (at least, there are no tests in which it has a non-empty value), and it is also not overridden by any of the request subclasses in zope.publisher