This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: IPv6 urlparse error on python 2.6
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 2.6
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: christian.heimes, yuyangbj
Priority: normal Keywords:

Created on 2013-12-09 09:58 by yuyangbj, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg205657 - (view) Author: Yu Yang (yuyangbj) Date: 2013-12-09 09:58
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.
msg205659 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2013-12-09 10:01
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.
msg205660 - (view) Author: Yu Yang (yuyangbj) Date: 2013-12-09 10:05
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
msg205662 - (view) Author: Yu Yang (yuyangbj) Date: 2013-12-09 10:08
@Christian Heimes, thanks for your response.
History
Date User Action Args
2022-04-11 14:57:55adminsetgithub: 64134
2013-12-09 10:08:20yuyangbjsetmessages: + msg205662
2013-12-09 10:05:55yuyangbjsetmessages: + msg205660
2013-12-09 10:01:15christian.heimessetstatus: open -> closed

nosy: + christian.heimes
messages: + msg205659

resolution: out of date
stage: resolved
2013-12-09 09:58:25yuyangbjcreate