Re: [Python-Dev] hg.python.org Mercurial upgrade

2013-01-23 Thread Ezio Melotti
On Thu, Jan 24, 2013 at 4:29 AM, Chris Jerdonek wrote: > On Wed, Jan 23, 2013 at 6:16 PM, Ezio Melotti wrote: >> On Wed, Jan 23, 2013 at 9:43 PM, Antoine Pitrou wrote: >>> On Wed, 23 Jan 2013 20:41:11 +0100 >>> "Amaury Forgeot d'Arc" wrote: 2013/1/22 Antoine Pitrou > I've upgrad

Re: [Python-Dev] hg.python.org Mercurial upgrade

2013-01-23 Thread Chris Jerdonek
On Wed, Jan 23, 2013 at 6:16 PM, Ezio Melotti wrote: > On Wed, Jan 23, 2013 at 9:43 PM, Antoine Pitrou wrote: >> On Wed, 23 Jan 2013 20:41:11 +0100 >> "Amaury Forgeot d'Arc" wrote: >>> 2013/1/22 Antoine Pitrou >>> >>> > I've upgraded the Mercurial version on hg.python.org. If there any >>> > pr

Re: [Python-Dev] hg.python.org Mercurial upgrade

2013-01-23 Thread Ezio Melotti
On Wed, Jan 23, 2013 at 9:43 PM, Antoine Pitrou wrote: > On Wed, 23 Jan 2013 20:41:11 +0100 > "Amaury Forgeot d'Arc" wrote: >> 2013/1/22 Antoine Pitrou >> >> > I've upgraded the Mercurial version on hg.python.org. If there any >> > problems, don't hesitate to post here. >> > >> >> I've noticed a

Re: [Python-Dev] hg.python.org Mercurial upgrade

2013-01-23 Thread David Bolen
Antoine Pitrou writes: > I've upgraded the Mercurial version on hg.python.org. If there any > problems, don't hesitate to post here. > (apart from the connectivity problems we seem to have from time to time > and which shouldn't be related) I'm not sure if this is related to the upgrade specific

Re: [Python-Dev] hg.python.org Mercurial upgrade

2013-01-23 Thread Antoine Pitrou
On Wed, 23 Jan 2013 21:36:21 +0100 "Amaury Forgeot d'Arc" wrote: > 2013/1/23 Antoine Pitrou > > > On Wed, 23 Jan 2013 20:41:11 +0100 > > "Amaury Forgeot d'Arc" wrote: > > > 2013/1/22 Antoine Pitrou > > > > > > > I've upgraded the Mercurial version on hg.python.org. If there any > > > > proble

Re: [Python-Dev] hg.python.org Mercurial upgrade

2013-01-23 Thread Amaury Forgeot d'Arc
2013/1/23 Antoine Pitrou > On Wed, 23 Jan 2013 20:41:11 +0100 > "Amaury Forgeot d'Arc" wrote: > > 2013/1/22 Antoine Pitrou > > > > > I've upgraded the Mercurial version on hg.python.org. If there any > > > problems, don't hesitate to post here. > > > > > > > I've noticed a display glitch with t

Re: [Python-Dev] hg.python.org Mercurial upgrade

2013-01-23 Thread Antoine Pitrou
On Wed, 23 Jan 2013 20:41:11 +0100 "Amaury Forgeot d'Arc" wrote: > 2013/1/22 Antoine Pitrou > > > I've upgraded the Mercurial version on hg.python.org. If there any > > problems, don't hesitate to post here. > > > > I've noticed a display glitch with the hg viewer: > http://hg.python.org/cpytho

Re: [Python-Dev] hg.python.org Mercurial upgrade

2013-01-23 Thread Amaury Forgeot d'Arc
2013/1/22 Antoine Pitrou > I've upgraded the Mercurial version on hg.python.org. If there any > problems, don't hesitate to post here. > I've noticed a display glitch with the hg viewer: http://hg.python.org/cpython/rev/6df0b4ed8617#l2.8 There is a "[#14591]" link which causes the rest of the li

Re: [Python-Dev] Inconsistent behaviour of methods waiting for child process

2013-01-23 Thread Marcin Szewczyk
On Tue, Jan 22, 2013 at 05:35:06PM +, Richard Oudkerk wrote: > With Process.join(), it looks like version 2.6 raises OSError but > later versions do not. Could you file an issue at bugs.python.org? Done. I've linked an associated bug report and the commit changing that behaviour. http://bugs