[issue18802] ipaddress documentation errors

2018-03-20 Thread Xiang Zhang
Change by Xiang Zhang : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue18802] ipaddress documentation errors

2018-03-20 Thread miss-islington
miss-islington added the comment: New changeset 481cbe8d6202658a7908d97f19f7e9e6061e3df3 by Miss Islington (bot) in branch '3.6': bpo-18802: Add more details to ipaddress documentation (GH-6083)

[issue18802] ipaddress documentation errors

2018-03-20 Thread miss-islington
miss-islington added the comment: New changeset a323eee4c481c88f2b4030bbb224d9bc6bc14c9c by Miss Islington (bot) in branch '3.7': bpo-18802: Add more details to ipaddress documentation (GH-6083)

[issue18802] ipaddress documentation errors

2018-03-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +5922 ___ Python tracker ___

[issue18802] ipaddress documentation errors

2018-03-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +5921 ___ Python tracker ___

[issue18802] ipaddress documentation errors

2018-03-20 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset 5609b78392d59c7362ef8aa5c4a4529325f01f27 by Xiang Zhang (Cheryl Sabella) in branch 'master': bpo-18802: Add more details to ipaddress documentation (GH-6083)

[issue18802] ipaddress documentation errors

2018-03-11 Thread Cheryl Sabella
Cheryl Sabella added the comment: I've made a PR for Berker's patch. -- ___ Python tracker ___

[issue18802] ipaddress documentation errors

2018-03-11 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +5844 ___ Python tracker ___ ___

[issue18802] ipaddress documentation errors

2018-03-07 Thread Xiang Zhang
Xiang Zhang added the comment: Ahh, I also find some errors here in ipaddress doc and opened https://github.com/python/cpython/pull/6021 to fix them. -- assignee: -> docs@python components: +Documentation -Library (Lib) nosy: +docs@python, xiang.zhang versions:

[issue18802] ipaddress documentation errors

2018-02-13 Thread Cheryl Sabella
Cheryl Sabella added the comment: Jon/Berker, Are you interested in making a Github pull request for this? Thanks! -- nosy: +csabella ___ Python tracker

[issue18802] ipaddress documentation errors

2016-06-10 Thread Berker Peksag
Berker Peksag added the comment: Thank you for the great patch Jon! :) I rebased Jon's patch to current default with additional changes like fixing typos and markup tweaks. I also removed the following item since it doesn't seem to be crucial: * It's probably a good idea to document that

[issue18802] ipaddress documentation errors

2016-06-10 Thread Berker Peksag
Berker Peksag added the comment: > * The IPv[46]Network.hostmask property is wrongly called "host mask" > (with a space!) in the docs This one has already been fixed in 4f8ad9a4193f. -- nosy: +berker.peksag versions: +Python 3.5, Python 3.6 -Python 3.3, Python 3.4

[issue18802] ipaddress documentation errors

2013-11-09 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18802 ___ ___

[issue18802] ipaddress documentation errors

2013-08-21 Thread Jon Foster
New submission from Jon Foster: I recently looked at using the ipaddress module in a project, and noticed some discrepencies between the code and the documentation, and some things that weren't documented. A patch to fix these is attached. * The IPv4Network.__init__ documentation wrongly

[issue18802] ipaddress documentation errors

2013-08-21 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- nosy: +ncoghlan, pmoody ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18802 ___ ___

[issue18802] ipaddress documentation errors

2013-08-21 Thread Jon Foster
Jon Foster added the comment: (If this is accepted, please consider it for backport to 3.3 too. It is just a documentation improvement). -- type: - enhancement versions: +Python 3.3 ___ Python tracker rep...@bugs.python.org

[issue18802] ipaddress documentation errors

2013-08-21 Thread R. David Murray
R. David Murray added the comment: Documentation fixes are always backported. -- nosy: +r.david.murray ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18802 ___