From 7fd4ab217409e4dd771f6447cbb54601f2c59fa2 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 18 Mar 2014 18:23:17 +0100 Subject: Update news.txt --- docs/news.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/news.txt b/docs/news.txt index 45b9422..1239c87 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -6,6 +6,12 @@ News hg tip ------ +* paste now requires the six module. + +* Drop support of Python 2.5 and older. + +* Experimental Python 3 support. + * Fixed ``egg:Paste#cgi`` * In ``paste.httpserver``: give a 100 Continue response even when the -- cgit v1.2.1