[issue15888] ipaddress HOWTO examples have some errors

2012-09-09 Thread Chris Jerdonek
Chris Jerdonek added the comment: While we are here, the corresponding Python file also has a couple errors in one of its doctest examples. File "Lib/ipaddress.py", line 209, in ipaddress.summarize_address_range Failed example: summarize_address_range(IPv4Address('192.0.2.0'), Exception rai

[issue15888] ipaddress HOWTO examples have some errors

2012-09-09 Thread Chris Jerdonek
New submission from Chris Jerdonek: The ipaddress HOWTO seems to have some errors in its interactive doctest examples. Below are the errors after running the doctests for it using the regrtest patch posted to issue 15629. (This is the first doc file for which I have used the modified script