python / cpython

The Python programming language
https://www.python.org/
Other
59.74k stars 28.95k forks source link

IPv6 support in 1.6b1 (1.5.2 also available at ftp.kame.net) - from core@kame.net #32941

Closed 50eff062-408a-4098-b1b2-8222303b9d0c closed 23 years ago

50eff062-408a-4098-b1b2-8222303b9d0c commented 23 years ago
BPO 401186
Nosy @tim-one, @freddrake, @Yhg1s
Files
  • None: None
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields: ```python assignee = 'https://github.com/Yhg1s' closed_at = created_at = labels = ['extension-modules'] title = 'IPv6 support in 1.6b1 (1.5.2 also available at ftp.kame.net) - from core@kame.net' updated_at = user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = actor = 'twouters' assignee = 'twouters' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = creator = 'anonymous' dependencies = [] files = ['2715'] hgrepos = [] issue_num = 401186 keywords = ['patch'] message_count = 5.0 messages = ['33867', '33868', '33869', '33870', '33871'] nosy_count = 3.0 nosy_names = ['tim.peters', 'fdrake', 'twouters'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue401186' versions = [] ```

    3772858d-27d8-44b0-a664-d68674859f36 commented 23 years ago
    freddrake commented 23 years ago

    This will not go in Python 1.6. Python 2.0 is also closed for new features, so this should be taken up with Tim & Guido for 2.0.

    There is no good reason not to include this feature in Python 2.1; but I can't speak for the quality of the patch until I've had time to review it.

    Perhaps Python developers & testers knowledgable about IPv6 should get in touch with the person this patch is assigned to.

    tim-one commented 23 years ago

    Changed status to Postponed because it came in after 2.0 feature freeze. If you make a huge stink on Python-Dev and get a lot of support, cool, I'll re-Open it. Else it's for 2.1 at the earliest.

    Yhg1s commented 23 years ago

    This looks like PEP material. We actually discussed this briefly on python-dev, but there was noone there that had both the time and the knowledge to persue this. (I looked briefly at the 1.5.2 IPv6 implementation, but it raised too many questions to be added 'just like that', IMHO.)

    Would anyone from the team that wrote this feel like writing a PEP ? How involved are you in Python ? In absense of a volunteer to write a PEP, would there be a volunteer to explain design decisions ?

    (Hm, the person who submitted this patch did so anonymously. I'll forward the summary of this patch to core@kame.net)

    Yhg1s commented 23 years ago

    A newer version of this patch can be found as patch bpo-101196, assigned to fdrake.