[wwwsearch-commits] r26902 - in wwwsearch/mechanize/trunk: .
mechanize
jjlee at codespeak.net
jjlee at codespeak.net
Sat May 6 22:53:58 CEST 2006
Author: jjlee
Date: Sat May 6 22:53:57 2006
New Revision: 26902
Modified:
wwwsearch/mechanize/trunk/0.1.0-changes.txt
wwwsearch/mechanize/trunk/mechanize/_ClientCookie.py
wwwsearch/mechanize/trunk/mechanize/_pullparser.py
Log:
Remove redundant ClientCookie / pullparser version numbers (and silly comment ;-)
Modified: wwwsearch/mechanize/trunk/0.1.0-changes.txt
==============================================================================
--- wwwsearch/mechanize/trunk/0.1.0-changes.txt (original)
+++ wwwsearch/mechanize/trunk/0.1.0-changes.txt Sat May 6 22:53:57 2006
@@ -6,7 +6,9 @@
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.
+ 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
Modified: wwwsearch/mechanize/trunk/mechanize/_ClientCookie.py
==============================================================================
--- wwwsearch/mechanize/trunk/mechanize/_ClientCookie.py (original)
+++ wwwsearch/mechanize/trunk/mechanize/_ClientCookie.py Sat May 6 22:53:57 2006
@@ -32,12 +32,6 @@
"""
-VERSION = "1.3.0"
-
-
-# Public health warning: anyone who thought 'cookies are simple, aren't they?',
-# run away now :-(
-
import sys, re, urlparse, string, copy, time, struct, urllib, types
try:
import threading
Modified: wwwsearch/mechanize/trunk/mechanize/_pullparser.py
==============================================================================
--- wwwsearch/mechanize/trunk/mechanize/_pullparser.py (original)
+++ wwwsearch/mechanize/trunk/mechanize/_pullparser.py Sat May 6 22:53:57 2006
@@ -38,8 +38,6 @@
import re, htmlentitydefs
import HTMLParser
-__version__ = (0, 1, 0, None, None) # 0.1.0
-
class NoMoreTokensError(Exception): pass
More information about the wwwsearch-commits
mailing list