[ python-Bugs-853506 ] IP6 address parsing i sgmllib

SourceForge.net noreply at sourceforge.net
Wed Dec 3 14:15:29 EST 2003


Bugs item #853506, was opened at 2003-12-03 14:15
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=853506&group_id=5470

Category: Python Library
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Jim Jewett (jimjjewett)
Assigned to: Nobody/Anonymous (nobody)
Summary: IP6 address parsing i sgmllib

Initial Comment:
The sgmllib.attrfind regex excludes [ and ].

http://www.ietf.org/rfc/rfc2732.txt uses these in the 
host portion to indicate that an address is IP6 rather 
than IP4.  

http://[1080::8:800:200C:417A]/foo

RFC 2732 is referenced as normative by the xml:base 
module.  I grouped the issue as 2.3, on the assumption 
that it isn't a bug until IP6 is used.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=853506&group_id=5470



More information about the Python-bugs-list mailing list