Re: [Python-Dev] Re: Can't build Zope on Windows w/ 2.4.1c1

2005-03-10 Thread Anthony Baxter
On Friday 11 March 2005 08:09, Tres Seaver wrote: > |>By staring at the code of the failing test, it looks like the MRO of the > |>testcase class has changed: it declares a 'run' method, which is > |>supposed to run the external process, which clashes with the 'run' > |>method of unittest.TestCase

Re: [Python-Dev] Re: Can't build Zope on Windows w/ 2.4.1c1

2005-03-10 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tim Peters wrote: | [Tres Seaver] | |>Unit tests for Zope 2.7.4's 'zdaemon' package, which passed under Python |>2.4, now fail under 2.4.1c1: | | | Are you sure they passed under 2.4? Yep. I showed output from that in the original post (and below). |

Re: [Python-Dev] Re: Can't build Zope on Windows w/ 2.4.1c1

2005-03-10 Thread Tim Peters
[Tres Seaver] > Unit tests for Zope 2.7.4's 'zdaemon' package, which passed under Python > 2.4, now fail under 2.4.1c1: Are you sure they passed under 2.4? Derrick Hudson changed run() to _run() in the SVN version of zdaemon way back on Jan 19, with this checkin comment: Log message for rev