[docs] [issue15888] ipaddress doctest examples have some errors

Chris Jerdonek report at bugs.python.org
Sun Sep 9 16:30:06 CEST 2012


Chris Jerdonek added the comment:

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')

----------
title: ipaddress HOWTO examples have some errors -> ipaddress doctest examples have some errors

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15888>
_______________________________________


More information about the docs mailing list