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.

Author verdy_p
Recipients ezio.melotti, verdy_p
Date 2009-10-14.22:33:56
SpamBayes Score 1.7047976e-05
Marked as misclassified No
Message-id <1255559637.6.0.598195439585.issue7132@psf.upfronthosting.co.za>
In-reply-to
Content
In addition, your suggested regexp for IPv4:

'^(\d{1,3})(?:\.(\d{1,3})){3}$'

is completely WRONG ! It will match INVALID IPv4 address formats like 
"000.000.000.000". Reread the RFCs... because "000.000.000.000" is 
CERTAINLY NOT an IPv4 address (if it is found in an URL) but a domain name 
that must be resolved into an IP address using domain name resolution 
requests.
History
Date User Action Args
2009-10-14 22:33:57verdy_psetrecipients: + verdy_p, ezio.melotti
2009-10-14 22:33:57verdy_psetmessageid: <1255559637.6.0.598195439585.issue7132@psf.upfronthosting.co.za>
2009-10-14 22:33:56verdy_plinkissue7132 messages
2009-10-14 22:33:56verdy_pcreate