[issue22418] ipaddress.py new IPv6 Method for Solicited Multicast Address

2014-09-16 Thread Eric V. Smith

Eric V. Smith added the comment:

Changing to 3.5 only, as this is an API addition so it can only be added there.

I think that raising an exception instead of retuning None for a multicast 
address would be a better API.

Any chance you can write some tests?

Thanks!

--
nosy: +eric.smith
stage:  - test needed
versions:  -Python 3.1, Python 3.2, Python 3.3, Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22418
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22418] ipaddress.py new IPv6 Method for Solicited Multicast Address

2014-09-15 Thread Jason Nadeau

New submission from Jason Nadeau:

I found it was useful to me to calculate and return an IPv6Address instance of 
the solicited multicast address for a particular IPv6Address. So I have created 
patch to do so. I am pretty new to programming in general so critiques are 
totally welcome.

--
components: Library (Lib)
files: solicitedMulticastAddress.patch
keywords: patch
messages: 226916
nosy: Jason.Nadeau
priority: normal
severity: normal
status: open
title: ipaddress.py new IPv6 Method for Solicited Multicast Address
type: enhancement
versions: Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5
Added file: http://bugs.python.org/file36625/solicitedMulticastAddress.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22418
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22418] ipaddress.py new IPv6 Method for Solicited Multicast Address

2014-09-15 Thread Ned Deily

Changes by Ned Deily n...@acm.org:


--
nosy: +ncoghlan, pmoody

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22418
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22418] ipaddress.py new IPv6 Method for Solicited Multicast Address

2014-09-15 Thread Antoine Pitrou

Changes by Antoine Pitrou pit...@free.fr:


--
nosy: +neologix

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22418
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com