]> granicus.if.org Git - python/commit
Another crack at bug #1460340: make random.sample(dict)
authorTim Peters <tim.peters@gmail.com>
Sat, 1 Apr 2006 00:26:53 +0000 (00:26 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 1 Apr 2006 00:26:53 +0000 (00:26 +0000)
commitc17976e9833f3093adb1019356737e728a24f7c9
treefd8ea78a830d3eb5978bfbe96a72401839c11ac7
parent2a9a6b0e86320ba0793051f3050034ae4290c764
Another crack at bug #1460340:  make random.sample(dict)
work, this time by ugly brute force.
Lib/random.py
Lib/test/test_random.py
Misc/NEWS