From 65feeda92ff78621f662881c597372842a04d699 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sat, 15 Dec 2007 01:02:40 +0000 Subject: [PATCH] Fix a spelling error. --- pep-3100.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-3100.txt b/pep-3100.txt index c15a59943..09b01bc66 100644 --- a/pep-3100.txt +++ b/pep-3100.txt @@ -246,7 +246,7 @@ To be removed: * Remove the unreliable empty() and full() methods from Queue.py? * Remove jumpahead() from the random API? -* Make the primative for random be something generating random bytes +* Make the primitive for random be something generating random bytes rather than random floats? * Get rid of Cookie.SerialCookie and Cookie.SmartCookie? * Modify the heapq.heapreplace() API to compare the new value to the top