Reverting the Revision: 77368.  I committed Flox's big patch for tests by
mistake. ( It may come in for sure tough)
diff --git a/Lib/test/test_cgi.py b/Lib/test/test_cgi.py
index 44ebe10..aa26bb6 100644
--- a/Lib/test/test_cgi.py
+++ b/Lib/test/test_cgi.py
@@ -104,7 +104,7 @@
 
 def norm(list):
     if type(list) == type([]):
-        list.sort(key=str)
+        list.sort()
     return list
 
 def first_elts(list):