PACKAGE NAME: python-mechanize-0.2.5-i486-1gv.txz PACKAGE LOCATION: ./salix/l PACKAGE SIZE (compressed): 201 K PACKAGE SIZE (uncompressed): 804 K PACKAGE REQUIRED: python PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: python-mechanize: python-mechanize (Stateful programmatic web browsing) python-mechanize: python-mechanize: Stateful programmatic web browsing, after Andy Lester's Perl module python-mechanize: WWW::Mechanize. mechanize.Browser implements the python-mechanize: urllib2.OpenerDirector interface. Browser objects have state, python-mechanize: including navigation history, HTML form state, cookies, etc. The set python-mechanize: of features and URL schemes handled by Browser objects is python-mechanize: configurable. The library also provides an API that is mostly python-mechanize: compatible with urllib2: your urllib2 program will likely still work python-mechanize: if you replace 'urllib2' with 'mechanize' everywhere. python-mechanize: