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 chris.jerdonek
Recipients chris.jerdonek, docs@python, ncoghlan, pmoody
Date 2012-09-09.14:11:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347199888.94.0.544042413829.issue15888@psf.upfronthosting.co.za>
In-reply-to
Content
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 raised:
    Traceback (most recent call last):
      File "Lib/doctest.py", line 1287, in __run
        compileflags, 1), test.globs)
      File "<doctest ipaddress.summarize_address_range[0]>", line 1
        summarize_address_range(IPv4Address('192.0.2.0'),
                                                        ^
    SyntaxError: unexpected EOF while parsing
History
Date User Action Args
2012-09-09 14:11:28chris.jerdoneksetrecipients: + chris.jerdonek, ncoghlan, pmoody, docs@python
2012-09-09 14:11:28chris.jerdoneksetmessageid: <1347199888.94.0.544042413829.issue15888@psf.upfronthosting.co.za>
2012-09-09 14:11:28chris.jerdoneklinkissue15888 messages
2012-09-09 14:11:28chris.jerdonekcreate