]> granicus.if.org Git - python/commit
Issue #14482: Raise a ValueError, not a NameError, when trying to create
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 3 Apr 2012 18:12:23 +0000 (20:12 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 3 Apr 2012 18:12:23 +0000 (20:12 +0200)
commit6d20cba8d646ec055851afac5494cc0e72d0dfa8
treeea0cb833c40eb79eddd50324d6e42a2bedc2d298
parent28b8b947601c4e414bb833e0154aecc9375be631
Issue #14482: Raise a ValueError, not a NameError, when trying to create
a multiprocessing Client or Listener with an AF_UNIX type address under
Windows.  Patch by Popa Claudiu.
Lib/multiprocessing/connection.py
Lib/test/test_multiprocessing.py
Misc/NEWS