[wwwsearch-commits] r44118 - wwwsearch/mechanize/trunk/mechanize

jjlee at codespeak.net jjlee at codespeak.net
Sat Jun 9 18:01:37 CEST 2007


Author: jjlee
Date: Sat Jun  9 18:01:37 2007
New Revision: 44118

Modified:
   wwwsearch/mechanize/trunk/mechanize/_beautifulsoup.py
Log:
Make bundled BeautifulSoup 2 emacs syntax highlighting-friendly

Modified: wwwsearch/mechanize/trunk/mechanize/_beautifulsoup.py
==============================================================================
--- wwwsearch/mechanize/trunk/mechanize/_beautifulsoup.py	(original)
+++ wwwsearch/mechanize/trunk/mechanize/_beautifulsoup.py	Sat Jun  9 18:01:37 2007
@@ -37,7 +37,7 @@
 parsing strategy specific to an XML schema or a particular bizarre
 HTML document. Typically your subclass would just override
 SELF_CLOSING_TAGS and/or NESTABLE_TAGS.
-"""
+""" #"
 from __future__ import generators
 
 __author__ = "Leonard Richardson (leonardr at segfault.org)"


More information about the wwwsearch-commits mailing list