• Stefan Krah's avatar
    Merged revisions 79954 via svnmerge from · bdee329d
    Stefan Krah yazdı
    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.
    ........
    bdee329d
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.bzrignore Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...