Re: [Python-Dev] cpython (3.2): Fix closes issue12683 - urljoin to work with relative join of svn scheme.

2011-08-03 Thread Antoine Pitrou
On Wed, 03 Aug 2011 12:47:23 +0200 senthil.kumaran wrote: > > diff --git a/Lib/test/test_urlparse.py b/Lib/test/test_urlparse.py > --- a/Lib/test/test_urlparse.py > +++ b/Lib/test/test_urlparse.py > @@ -371,6 +371,8 @@ > self.checkJoin('http:///', '..','http:///') > self.checkJo

Re: [Python-Dev] cpython (3.2): Fix closes Issue12676 - Invalid identifier used in TypeError message in

2011-08-03 Thread Senthil Kumaran
On Tue, Aug 02, 2011 at 02:16:01PM +0200, Antoine Pitrou wrote: > There are still a lot of spaces in your message. You should use string Yes, did not realize that.. :( Georg fixed this in his commit. Thanks, Senthil ___ Python-Dev mailing list Python-De

Re: [Python-Dev] cpython (3.2): Fix closes issue12683 - urljoin to work with relative join of svn scheme.

2011-08-03 Thread Senthil Kumaran
On Wed, Aug 03, 2011 at 03:23:19PM +0200, Antoine Pitrou wrote: > This is the same test repeated. Perhaps you meant svn+ssh? oops, thanks for the catch. yes, I did mean svn+ssh. I shall change it. -- Senthil ___ Python-Dev mailing list Python-Dev@pytho

[Python-Dev] unittest bug

2011-08-03 Thread Ethan Furman
My apologies for posting here first, but I'm not yet confident enough in my bug searching fu, and duplicates are a pain. Here's the issue: from unittest import * class MyTest(TestCase): def test_add(self): self.assertEqual(1,(2-1),"Sample Subraction Test") if __name__ == '__main__

Re: [Python-Dev] unittest bug

2011-08-03 Thread Michael Foord
On 3 Aug 2011, at 21:36, Ethan Furman wrote: > My apologies for posting here first, but I'm not yet confident enough in my > bug searching fu, and duplicates are a pain. > > Here's the issue: > > from unittest import * That's the bug right there. Just import TestCase and main and everything sh

Re: [Python-Dev] unittest bug

2011-08-03 Thread Ethan Furman
Michael Foord wrote: On 3 Aug 2011, at 21:36, Ethan Furman wrote: My apologies for posting here first, but I'm not yet confident enough in my bug searching fu, and duplicates are a pain. Here's the issue: from unittest import * That's the bug right there. Just import TestCase and main and e

Re: [Python-Dev] unittest bug

2011-08-03 Thread Michael Foord
On 3 Aug 2011, at 22:58, Ethan Furman wrote: > Michael Foord wrote: >> On 3 Aug 2011, at 21:36, Ethan Furman wrote: >>> My apologies for posting here first, but I'm not yet confident enough in my >>> bug searching fu, and duplicates are a pain. >>> >>> Here's the issue: >>> >>> from unittest imp

Re: [Python-Dev] unittest bug

2011-08-03 Thread Ethan Furman
Michael Foord wrote: On 3 Aug 2011, at 22:58, Ethan Furman wrote: Michael Foord wrote: On 3 Aug 2011, at 21:36, Ethan Furman wrote: My apologies for posting here first, but I'm not yet confident enough in my bug searching fu, and duplicates are a pain. Here's the issue: from unittest import

Re: [Python-Dev] Daily reference leaks (65c412586901): sum=0

2011-08-03 Thread Georg Brandl
Am 04.08.2011 05:25, schrieb solip...@pitrou.net: > results for 65c412586901 on branch "default" > > > > > Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', > '3:3:/home/antoine/cpython/refleaks/reflogso7nu3', '-x'] Do we need thi

Re: [Python-Dev] Daily reference leaks (65c412586901): sum=0

2011-08-03 Thread Nick Coghlan
On Thu, Aug 4, 2011 at 3:42 PM, Georg Brandl wrote: > Am 04.08.2011 05:25, schrieb solip...@pitrou.net: >> results for 65c412586901 on branch "default" >> >> >> >> >> Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', >> '3:3:/home/ant