]> 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:13:45 +0000 (20:13 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 3 Apr 2012 18:13:45 +0000 (20:13 +0200)
commit5c73e8eaf40e092dfb3c2a92195b300afc99d2cf
treedaf800c64e1ee0274db8c58b1513d5285cd39ed1
parent395c879da7386ef2df503bf3636da65fa6cb60ef
parent6d20cba8d646ec055851afac5494cc0e72d0dfa8
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