Re: [Python-Dev] urlparse - to parse IPv6 URL in 2.7 b2 ?

2010-04-15 Thread Martin v. Löwis
Senthil Kumaran wrote:
> http://bugs.python.org/issue2987 
> 
> This deals with a feature request of parsing an IPv6 URL according to
> standards. The patch is pretty complete and we have good test coverage
> too.
> 
> Is it okay to include this in Python 2.7 b2 release?  It would be a
> worthy addition.

1. The ultimate decision on that is with the release manager (i.e. Benjamin)
2. My personal recommendation is to allow it: while it *is* a new
feature, it is a feature that doesn't change any API.

Regards,
Martin


___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] urlparse - to parse IPv6 URL in 2.7 b2 ?

2010-04-15 Thread Antoine Pitrou
Martin v. Löwis  v.loewis.de> writes:
> > 
[...]
> 2. My personal recommendation is to allow it: while it *is* a new
> feature, it is a feature that doesn't change any API.

That's my opinion too.

Regards

Antoine.


___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] urlparse - to parse IPv6 URL in 2.7 b2 ?

2010-04-16 Thread Antoine Pitrou
Senthil Kumaran  gmail.com> writes:
> 
> http://bugs.python.org/issue2987 
> 
> This deals with a feature request of parsing an IPv6 URL according to
> standards. The patch is pretty complete and we have good test coverage
> too.
> 
> Is it okay to include this in Python 2.7 b2 release?  It would be a
> worthy addition.
> 

It shouldn't have been committed to 3.1, though. Could you revert?

Thanks

Antoine.



___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] urlparse - to parse IPv6 URL in 2.7 b2 ?

2010-04-16 Thread Senthil Kumaran
On Fri, Apr 16, 2010 at 11:03:30AM +, Antoine Pitrou wrote:
> 
> It shouldn't have been committed to 3.1, though. Could you revert?

Yeah, I had this doubt. Okay, I shall revert it from 3.1 branch.

-- 
Senthil
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com