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

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: Python 2.4
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Jim Jewett (jimjjewett)
>Assigned to: Fred L. Drake, Jr. (fdrake)
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.


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

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2006-06-23 02:13

Message:
Logged In: YES 
user_id=3066

Fixed on the trunk (2.5b2) in revision 47080; on the
release24-maint branch (2.4.4) in revision 47081.

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

Comment By: Jim Jewett (jimjjewett)
Date: 2004-02-20 18:46

Message:
Logged In: YES 
user_id=764593

Assigned to 2.3 when that was development.  Moved to 2.4 
now, still on the assumption that the bug won't hit with real 
data until IP6 is more common.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=853506&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to