]> granicus.if.org Git - python/commit
Issue #14814: In the spirit of TOOWTDI, ditch the redundant version parameter to...
authorNick Coghlan <ncoghlan@gmail.com>
Sat, 26 May 2012 14:25:58 +0000 (00:25 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sat, 26 May 2012 14:25:58 +0000 (00:25 +1000)
commit51c306755180a07559e931e3c7b1d1082b402b9c
treede0553ad74e3c0b9f01dd0f0d2aeee864dc63841
parent072b1e1485e50b3698c9147ef6dd5b657c100978
Issue #14814: In the spirit of TOOWTDI, ditch the redundant version parameter to the factory functions by using the appropriate direct class references instead
Lib/ipaddress.py
Lib/test/test_ipaddress.py