[issue19935] IPv6 urlparse error on python 2.6

2013-12-09 Thread Yu Yang
Yu Yang added the comment: @Christian Heimes, thanks for your response. -- ___ Python tracker <http://bugs.python.org/issue19935> ___ ___ Python-bugs-list mailin

[issue19935] IPv6 urlparse error on python 2.6

2013-12-09 Thread Yu Yang
Yu Yang added the comment: As the OpenStack support python 2.6, python 2.7 and python 3.3, and IPv6 management network is supported by OpenStack, so we need to back port urlparse problem for IPv6 to python 2.6, otherwise there will be limitation on python 2.6

[issue19935] IPv6 urlparse error on python 2.6

2013-12-09 Thread Yu Yang
New submission from Yu Yang: Actually, there is a bug which has been fixed this issue on python 2.7 and python 3.3. http://bugs.python.org/issue2987. Open this issue aims for back port this fix to python 2.6. -- components: Library (Lib) messages: 205657 nosy: yuyangbj priority