[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 ___ ___ Python-bugs-list mailing list Un

[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 Christian Heimes
Christian Heimes added the comment: Python 2.6 has reached its end of life cycle and doesn't receive fixes anymore. You have to maintain a bugfix yourself or update to a more recent version of Python. -- nosy: +christian.heimes resolution: -> out of date stage: -> committed/rejected

[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: normal