the usual
diff --git a/BUGS b/BUGS
index 5ef848a..7b28503 100644
--- a/BUGS
+++ b/BUGS
@@ -28,13 +28,11 @@
 modified.  Other files too.  [Only partially fixed -- listobject.c is
 still suspect.]
 
-(-) struct module aligns doubles wrongly when compiled with -DDEBUG on
-sparc
-
 (-) if __getattr__ prints something, calling repr(x) from cmd line
 forgets a newline
 
-(-) doneimport() should be called *before* the Py_AtExit code is called
+(-) doneimport() should be called *before* the Py_AtExit code is
+called [problem: what if other threads are still active?]
 
 Environmental bugs
 ------------------
@@ -55,12 +53,15 @@
 doesn't create it
 
 (-) HP doesn't compile out of the box (needs LIBS=-ldld or
-LIBS=/usr/lib/libdld.sl)
+LIBS=/usr/lib/libdld.sl) [hard to test without a HP machine handy]
 
 ======================================================================
 BUGS present in 1.1.1 and fixed in 1.2
 --------------------------------------
 
+(*) struct module aligns doubles wrongly when compiled with -DDEBUG on
+sparc
+
 (*) memory leak (namebuf) in initmodule2
 
 (*) hash() of float values returns bogus values