Added docstrings by Neal Norwitz.  This closes SF bug #450980.
diff --git a/Lib/re.py b/Lib/re.py
index b125b20..bfd6991 100644
--- a/Lib/re.py
+++ b/Lib/re.py
@@ -1,6 +1,5 @@
-#
-# Minimal "re" compatibility wrapper
-#
+"""Minimal "re" compatibility wrapper"""
+
 # If your regexps don't work well under 2.0b1, you can switch
 # to the old engine ("pre") down below.
 #