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

jjlee at codespeak.net jjlee at codespeak.net
Thu Jan 26 22:12:02 CET 2006


Author: jjlee
Date: Thu Jan 26 22:12:01 2006
New Revision: 22699

Modified:
   wwwsearch/mechanize/trunk/mechanize/_mechanize.py
Log:
Warn about non-stable History class

Modified: wwwsearch/mechanize/trunk/mechanize/_mechanize.py
==============================================================================
--- wwwsearch/mechanize/trunk/mechanize/_mechanize.py	(original)
+++ wwwsearch/mechanize/trunk/mechanize/_mechanize.py	Thu Jan 26 22:12:01 2006
@@ -440,6 +440,11 @@
 
 
 class History:
+    """
+
+    Though this will become public, the implied interface is not yet stable.
+
+    """
     def __init__(self):
         self._history = []  # LIFO
     def add(self, request, response):


More information about the wwwsearch-commits mailing list