bug [ 761452 ] HTMLParser chokes on my.yahoo.com output
diff --git a/Lib/HTMLParser.py b/Lib/HTMLParser.py
index 8380466..f26d09c 100644
--- a/Lib/HTMLParser.py
+++ b/Lib/HTMLParser.py
@@ -36,7 +36,7 @@
         (?:'[^']*'                   # LITA-enclosed value
           |\"[^\"]*\"                # LIT-enclosed value
           |[^'\">\s]+                # bare value
-         )
+         )?
        )?
      )
    )*