RE: [Zope-dev] Re: bug in 2.6.2, 2.6.1 , and probably others.

2004-02-04 Thread Brian Lloyd
 I just stumbled on a bug in the python scripting parameter passing.
 
 Actually, it's a bug in the test tab support code.  The parameter
 fields in the form are set to a , b , and c  instead of a, b,
 and c.  I'm fixing it in CVS for 2.7.
 
 
  Will this get into 2.6.4-final too?

 -1.  In fact, it shouldn't even make 2.7.0 final.  I don't think it is a
 showstopper bug, and would prefer to stick by our process (*no*
 non-packaging changes between the last RC and the release.)

 Tres.

I agree. There is *always* one more bug that is important to
someone, but for sanity's sake I too want to avoid any changes
between the final rc  final, especially given that I'd like
to make finals on Friday.


Brian Lloyd[EMAIL PROTECTED]
V.P. Engineering   540.361.1716
Zope Corporation   http://www.zope.com



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Re: bug in 2.6.2, 2.6.1 , and probably others.

2004-02-03 Thread Paul Winkler
On Tue, Feb 03, 2004 at 01:16:48PM -0600, Evan Simpson wrote:
 Romain Slootmaekers wrote:
 I just stumbled on a bug in the python scripting parameter passing.
 
 Actually, it's a bug in the test tab support code.  The parameter 
 fields in the form are set to a , b , and c  instead of a, b, 
 and c.  I'm fixing it in CVS for 2.7.

Will this get into 2.6.4-final too?

-- 

Paul Winkler
http://www.slinkp.com
Look! Up in the sky! It's HARVESTER GUTS SCREEN!
(random hero from isometric.spaceninja.com)

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Re: bug in 2.6.2, 2.6.1 , and probably others.

2004-02-03 Thread Dirk Datzert
Am Dienstag,  3. Februar 2004 23:16 schrieb Paul Winkler:
 On Tue, Feb 03, 2004 at 01:16:48PM -0600, Evan Simpson wrote:
  Romain Slootmaekers wrote:
  I just stumbled on a bug in the python scripting parameter
   passing.
 
  Actually, it's a bug in the test tab support code.  The parameter
  fields in the form are set to a , b , and c  instead of a,
  b, and c.  I'm fixing it in CVS for 2.7.

 Will this get into 2.6.4-final too?

I tried the example with zope 2.6.4-rc2.
I got the right output and can't see a bug.

Regards,
Dirk

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Re: bug in 2.6.2, 2.6.1 , and probably others.

2004-02-03 Thread Tres Seaver
Paul Winkler wrote:
On Tue, Feb 03, 2004 at 01:16:48PM -0600, Evan Simpson wrote:

Romain Slootmaekers wrote:

I just stumbled on a bug in the python scripting parameter passing.
Actually, it's a bug in the test tab support code.  The parameter 
fields in the form are set to a , b , and c  instead of a, b, 
and c.  I'm fixing it in CVS for 2.7.


Will this get into 2.6.4-final too?
-1.  In fact, it shouldn't even make 2.7.0 final.  I don't think it is a 
showstopper bug, and would prefer to stick by our process (*no* 
non-packaging changes between the last RC and the release.)

Tres.
--
===
Tres Seaver[EMAIL PROTECTED]
Zope Corporation  Zope Dealers   http://www.zope.com
___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Re: bug in 2.6.2, 2.6.1 , and probably others.

2004-02-03 Thread Dirk Datzert
Am Dienstag,  3. Februar 2004 23:16 schrieb Paul Winkler:
 On Tue, Feb 03, 2004 at 01:16:48PM -0600, Evan Simpson wrote:
  Romain Slootmaekers wrote:
  I just stumbled on a bug in the python scripting parameter
   passing.
 
  Actually, it's a bug in the test tab support code.  The parameter
  fields in the form are set to a , b , and c  instead of a,
  b, and c.  I'm fixing it in CVS for 2.7.

 Will this get into 2.6.4-final too?

Sorry, I build my example script with wrong pararmeter (the space 
between 'a' and '=' is important)

The bug is in Zope 2.6.4-rc2 too !

Dirk

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )