Package: python-scrapy / 0.8-3

Metadata

Package Version Patches format
python-scrapy 0.8-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
02_view_response.diff | (download)

scrapy/utils/response.py | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 - Fixes bug in open_in_browser() function with Python 2.5 (Closes: #573369).
01_external_modules.diff | (download)

scrapy/http/request/form.py | 2 1 + 1 - 0 !
scrapy/http/response/text.py | 2 1 + 1 - 0 !
scrapy/tests/test_utils_response.py | 2 1 + 1 - 0 !
scrapy/utils/response.py | 2 1 + 1 - 0 !
scrapy/xlib/ClientForm.py | 2 1 + 1 - 0 !
5 files changed, 5 insertions(+), 5 deletions(-)

 - Updated imports of BeautifulSoup and ClientForm to point to the main
   Python modules.