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:30:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347201006.48.0.207443728699.issue15888@psf.upfronthosting.co.za>
In-reply-to
Content
And also the main doc file Lib/ipaddress.rst (along with some formatting issues, and after adding needed imports):

File "Doc/library/ipaddress.rst", line 115, in ipaddress.rst
Failed example:
    ipaddress.IPv4Address(3221225985)
Expected:
    IPv4Address('192.168.0.1')
Got:
    IPv4Address('192.0.2.1')
History
Date User Action Args
2012-09-09 14:30:06chris.jerdoneksetrecipients: + chris.jerdonek, ncoghlan, pmoody, docs@python
2012-09-09 14:30:06chris.jerdoneksetmessageid: <1347201006.48.0.207443728699.issue15888@psf.upfronthosting.co.za>
2012-09-09 14:30:06chris.jerdoneklinkissue15888 messages
2012-09-09 14:30:05chris.jerdonekcreate