At 14:57 03/05/99 , Jim Fulton wrote:
".Oliver_Thuns." wrote:
Hi!
Will Zope 1.11pre1 compatible with Pyhton 1.5.2?
It should be. Has anyone had trouble with Python-1.5.2 and the public Zope CVS code?
Jim
Yes, I am. Runs fine up till now. I had a small problem with Confera, but solved that easily. Line 348 was: def manage_delete(self,ids=[],REQUEST): which I changed to: def manage_delete(self,ids=[],REQUEST=None): Introduced in 1.5.2a2: "- It is now a syntax error to have a function argument without a default following one with a default." I have not yet run into any other problems, but then again, I haven't really done anything like production on the CVS version. -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | Tel: +31-35-6254545 Fax: +31-35-6254555 | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ------------------------------------------