From e1b0d43cd91d849f16fbcc0369bac4136aaf3049 Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Mon, 26 Oct 2015 07:21:20 +0100 Subject: Remove compatibility for Python < 2.7. --- docs/source/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/source') diff --git a/docs/source/index.rst b/docs/source/index.rst index 5eb76f7..9ebe21e 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -9,7 +9,7 @@ python-sqlparse :mod:`sqlparse` is a non-validating SQL parser for Python. It provides support for parsing, splitting and formatting SQL statements. -The module is compatible with Python 2 (>= 2.5) and Python 3 (>= 3.2) +The module is compatible with Python 2.7 and Python 3 (>= 3.2) and released under the terms of the `New BSD license `_. @@ -31,7 +31,7 @@ tl;dr >>> parsed = sqlparse.parse('select * from foo')[0] >>> parsed.tokens [, , >> + >>> Contents -- cgit v1.2.1