summaryrefslogtreecommitdiffstats
path: root/Lib/asyncore.py
diff options
context:
space:
mode:
authorStefan Krah <stefan@bytereef.org>2010-04-11 16:50:48 (GMT)
committerStefan Krah <stefan@bytereef.org>2010-04-11 16:50:48 (GMT)
commit16b1d2b71c0f51c0bc6d8b288715edfbd75be172 (patch)
tree000ef0d07ec8d9a5f98911984ffd2a44b3c5b230 /Lib/asyncore.py
parent2fc70f05bc7b9b43538470e27c23378e025d73ec (diff)
downloadcpython-16b1d2b71c0f51c0bc6d8b288715edfbd75be172.zip
cpython-16b1d2b71c0f51c0bc6d8b288715edfbd75be172.tar.gz
cpython-16b1d2b71c0f51c0bc6d8b288715edfbd75be172.tar.bz2
Merged revisions 79960 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r79960 | stefan.krah | 2010-04-11 18:49:20 +0200 (Sun, 11 Apr 2010) | 22 lines Merged revisions 79954 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79954 | stefan.krah | 2010-04-11 17:15:54 +0200 (Sun, 11 Apr 2010) | 17 lines Fix for issues #3581, #1481 and #7650: 1. The assumptions in check_node() were too restrictive: - Hardware addresses with universal_local_bit=1 are valid (locally administered). - Many of the tested functions (including uuid.getnode()) may return valid RFC 4122 random node IDs. These are pretty much random 48-bit values with the multicast bit set to 1. 2. _unixdll_getnode() calls _uuid_generate_time(), which may be None on some platforms. The resulting TypeError is now caught. ........ ................
Diffstat (limited to 'Lib/asyncore.py')
0 files changed, 0 insertions, 0 deletions