Files
cpython/Lib/test
Stefan Krah a185839862 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.
2010-04-11 15:15:54 +00:00
..
2010-04-03 21:50:40 +00:00
2010-03-30 18:58:22 +00:00
2010-04-02 08:30:21 +00:00
2010-02-08 00:04:54 +00:00
2010-04-10 23:32:12 +00:00
2010-04-10 15:01:54 +00:00
2010-03-25 20:33:49 +00:00
2010-02-22 21:27:38 +00:00
2010-04-10 19:39:07 +00:00