From 8634a657a36dbc4fda30b5821aacfdf1a157b721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Thu, 7 Aug 2014 17:47:23 +0200 Subject: [PATCH] python_mechanize: Fix DESCRIPTION --- .../mechanize/python_mechanize-0.2.5.recipe | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/dev-python/mechanize/python_mechanize-0.2.5.recipe b/dev-python/mechanize/python_mechanize-0.2.5.recipe index f9a8dfb3c..158902944 100644 --- a/dev-python/mechanize/python_mechanize-0.2.5.recipe +++ b/dev-python/mechanize/python_mechanize-0.2.5.recipe @@ -1,22 +1,22 @@ SUMMARY="Stateful programmatic web browsing in Python" DESCRIPTION=" - Stateful programmatic web browsing in Python, after Andy Lester’s \ - Perl module WWW::Mechanize. +Stateful programmatic web browsing in Python, after Andy Lester’s \ +Perl module WWW::Mechanize. - - mechanize.Browser and mechanize.UserAgentBase implement \ - the interface of urllib2.OpenerDirector, so: - - any URL can be opened, not just http: - - mechanize.UserAgentBase offers easy dynamic configuration \ - of user-agent features like protocol, cookie, redirection and \ - robots.txt handling, without having to make a new OpenerDirector \ - each time, e.g. by calling build_opener(). - - Easy HTML form filling. - - Convenient link parsing and following. - - Browser history (.back() and .reload() methods). - - The Referer HTTP header is added properly (optional). - - Automatic observance of robots.txt. - - Automatic handling of HTTP-Equiv and Refresh. - " +- mechanize.Browser and mechanize.UserAgentBase implement \ +the interface of urllib2.OpenerDirector, so: + - any URL can be opened, not just http: + - mechanize.UserAgentBase offers easy dynamic configuration \ +of user-agent features like protocol, cookie, redirection and \ +robots.txt handling, without having to make a new OpenerDirector \ +each time, e.g. by calling build_opener(). +- Easy HTML form filling. +- Convenient link parsing and following. +- Browser history (.back() and .reload() methods). +- The Referer HTTP header is added properly (optional). +- Automatic observance of robots.txt. +- Automatic handling of HTTP-Equiv and Refresh. +" HOMEPAGE=" http://wwwsearch.sourceforge.net/mechanize/ http://pypi.python.org/pypi/mechanize