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

jjlee at codespeak.net jjlee at codespeak.net
Fri May 19 02:02:40 CEST 2006


Author: jjlee
Date: Fri May 19 02:02:39 2006
New Revision: 27433

Modified:
   wwwsearch/mechanize/trunk/0.1-changes.txt
Log:
Note change to logger name

Modified: wwwsearch/mechanize/trunk/0.1-changes.txt
==============================================================================
--- wwwsearch/mechanize/trunk/0.1-changes.txt	(original)
+++ wwwsearch/mechanize/trunk/0.1-changes.txt	Fri May 19 02:02:39 2006
@@ -5,10 +5,11 @@
   supported, but all names must be imported from module mechanize
   instead of from module ClientCookie.  Python 2.3 is now required. (I
   have no plans to merge ClientForm with mechanize.)  Note that the
-  logging work-alike facility is gone.  Also, the experimental BSDDB
-  support is now only included as example code, and not installed, and
-  the VERSION attribute has been removed (mechanize still has its
-  __version__ attribute).
+  logging work-alike facility is gone, and the base logger has been
+  renamed from "ClientCookie" to "mechanize".  Also, the experimental
+  BSDDB support is now only included as example code, and not
+  installed, and the VERSION attribute has been removed (mechanize
+  still has its __version__ attribute).
 
 - pullparser has been moved into the mechanize package and is no
   longer a separate package.  Also, the interface of pullparser is no


More information about the wwwsearch-commits mailing list