Re: [Zope-dev] Proposal: set __parent__ and __name__ in Zope 2.12 OFS

2009-05-01 Thread Chris Withers
Hanno Schlichting wrote:
 Going back to the 3.4 stable set and being stuck at Python 2.4 would be
 quite disappointing for me.

Me too, especially as I now have a Zope 2.12 project that's using lots 
of interesting Python 2.5'isms ;-)

Chris

-- 
Simplistix - Content Management, Zope  Python Consulting
- http://www.simplistix.co.uk
___
Zope-Dev maillist  -  Zope-Dev@zope.org
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] Proposal: set __parent__ and __name__ in Zope 2.12 OFS

2009-05-01 Thread Martin Aspeli
Chris Withers wrote:
 plohn.

___
Zope-Dev maillist  -  Zope-Dev@zope.org
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] Proposal: set __parent__ and __name__ in Zope 2.12 OFS

2009-05-01 Thread Andreas Jung
On 01.05.2009 17:33 Uhr, Chris Withers wrote:
 Andreas Jung wrote:
 We would have to maintain four different major release of Zope:
 2.10, 2.11, 2.12 and 2.13. 

 Why? I suspect most of this work is caused by plohn.
 If you're speaking as a member of that community, then fine, but
 that's not really a Zope issue.

I am speaking for myself wearing lots of different hats. Plone is part
of the
Zope eco-system and we have to take their needs and requirements into
account.

Andreas

-- 
ZOPYX Ltd.  Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany
Web: www.zopyx.com - Email: i...@zopyx.com - Phone +49 - 7071 - 793376
Registergericht: Amtsgericht Stuttgart, Handelsregister A 381535
Geschäftsführer/Gesellschafter: ZOPYX Limited, Birmingham, UK

E-Publishing, Python, Zope  Plone development, Consulting


begin:vcard
fn:Andreas Jung
n:Jung;Andreas
org:ZOPYX Ltd.  Co. KG
adr;quoted-printable:;;Charlottenstr. 37/1;T=C3=BCbingen;;72070;Germany
email;internet:i...@zopyx.com
title:CEO
tel;work:+49-7071-793376
tel;fax:+49-7071-7936840
tel;home:+49-7071-793257
x-mozilla-html:FALSE
url:www.zopyx.com
version:2.1
end:vcard

___
Zope-Dev maillist  -  Zope-Dev@zope.org
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] Proposal: set __parent__ and __name__ in Zope 2.12 OFS

2009-05-01 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On May 1, 2009, at 17:47 , Andreas Jung wrote:

 On 01.05.2009 17:33 Uhr, Chris Withers wrote:
 Andreas Jung wrote:
 We would have to maintain four different major release of Zope:
 2.10, 2.11, 2.12 and 2.13.

 Why? I suspect most of this work is caused by plohn.
 If you're speaking as a member of that community, then fine, but
 that's not really a Zope issue.

 I am speaking for myself wearing lots of different hats. Plone is part
 of the
 Zope eco-system and we have to take their needs and requirements into
 account.

I would make that one of the most important parts of the Zope eco  
system. Without Plone, I suspect the Zope community as a whole would  
be a lot smaller, and certainly less colorful.

Chris, don't let personal grudges get in the way of planning decisions  
like this ;-)

jens



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (Darwin)

iEYEARECAAYFAkn7J5kACgkQRAx5nvEhZLJ5kACgkAPSHtYByr+VBtKT4/o7hVxc
+8cAnA1guu8cpVL/7x3jLmAU4PKZWRrJ
=nait
-END PGP SIGNATURE-
___
Zope-Dev maillist  -  Zope-Dev@zope.org
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] zope.testing broken!

2009-05-01 Thread Roger Ineichen
Hi all

The latest zope.testing is broken on windows.
It uses subprocess with a not supported argument
on windows (close_fds).

Traceback (most recent call last):
  File C:\Python25\lib\threading.py, line 486, in __bootstrap_inner
self.run()
  File C:\Python25\lib\threading.py, line 446, in run
self.__target(*self.__args, **self.__kwargs)
  File
d:\home\.buildout\eggs\zope.testing-3.7.4-py2.5.egg\zope\testing\testrunner
\runner.py, line 406, in spawn_layer_in_subprocess
stdout=subprocess.PIPE, stderr=subprocess.PIPE, close_fds=True)
  File C:\Python25\lib\subprocess.py, line 552, in __init__
raise ValueError(close_fds is not supported on Windows 
ValueError: close_fds is not supported on Windows platforms

Regards
Roger Ineichen
_
END OF MESSAGE

___
Zope-Dev maillist  -  Zope-Dev@zope.org
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] Proposal: set __parent__ and __name__ in Zope 2.12 OFS

2009-05-01 Thread Chris Withers
Jens Vagelpohl wrote:
 Chris, don't let personal grudges get in the way of planning decisions  
 like this ;-)

Hey! Don't you go all good cop on me :-P

Chris

-- 
Simplistix - Content Management, Zope  Python Consulting
- http://www.simplistix.co.uk
___
Zope-Dev maillist  -  Zope-Dev@zope.org
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] zope.testing broken!

2009-05-01 Thread Adam GROSZER
Hallo Roger,

Buildout was plagued also by this, solution is easy
see svn://svn.zope.org/repos/main/zc.buildout/trunk
r98303


Saturday, May 2, 2009, 1:12:39 AM, you wrote:

RI Hi all

RI The latest zope.testing is broken on windows.
RI It uses subprocess with a not supported argument
RI on windows (close_fds).

RI Traceback (most recent call last):
RI   File C:\Python25\lib\threading.py, line 486, in __bootstrap_inner
RI self.run()
RI   File C:\Python25\lib\threading.py, line 446, in run
RI self.__target(*self.__args, **self.__kwargs)
RI   File
RI d:\home\.buildout\eggs\zope.testing-3.7.4-py2.5.egg\zope\testing\testrunner
RI \runner.py, line 406, in spawn_layer_in_subprocess
RI stdout=subprocess.PIPE, stderr=subprocess.PIPE, close_fds=True)
RI   File C:\Python25\lib\subprocess.py, line 552, in __init__
RI raise ValueError(close_fds is not supported on Windows 
RI ValueError: close_fds is not supported on Windows platforms

RI Regards
RI Roger Ineichen
RI _
RI END OF MESSAGE

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


-- 
Best regards,
 Adam GROSZERmailto:agros...@gmail.com
--
Quote of the day:
Confusing yourself is a way to stay honest

___
Zope-Dev maillist  -  Zope-Dev@zope.org
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 )