From 9a43d17636e6f77eb93d5c4d3653f36b3348851a Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 8 Jan 2014 14:13:30 +0100 Subject: Make whole script comaptible with python 2.6 How low we fell :( Also: * On Python 2.6 we have to send bytes to proc.communicate() not unicode str (Fixes #288) --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 0d7e98a..7727864 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,9 @@ email (one of many of my addresses are available on my `Github page`_ ) .. _`Github page`: https://github.com/mcepl -Of course pull requests are more than welcome in the same places as well. Currently all development is done with Python 3.3, but tests are run on Travis-CI for 2.7 and pypy as well. +Of course pull requests are more than welcome in the same places as +well. Currently all development is done with Python 3.3, but tests are +run on Travis-CI for 2.6, 2.7, and pypy as well. .. image:: https://secure.travis-ci.org/mcepl/gg_scraper.png :alt: Build Status -- cgit