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 fasial.mahmood94
Recipients fasial.mahmood94
Date 2021-01-09.16:19:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610209180.12.0.133914214217.issue42861@roundup.psfhosted.org>
In-reply-to
Content
Updated the title and method naming, I previously mentioned the "next subnet" and called the method "next_subnet", but technically this is wrong.  What this method should be doing is finding the next closest network of prefix size n.

So I guess the method definition should be:
`next_network(self, next_network=None)`
History
Date User Action Args
2021-01-09 16:19:40fasial.mahmood94setrecipients: + fasial.mahmood94
2021-01-09 16:19:40fasial.mahmood94setmessageid: <1610209180.12.0.133914214217.issue42861@roundup.psfhosted.org>
2021-01-09 16:19:40fasial.mahmood94linkissue42861 messages
2021-01-09 16:19:40fasial.mahmood94create