From 9d6c79a9df27f861831d88698c9fcd41232fe892 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Thu, 1 Jan 2009 21:41:35 -0700 Subject: [PATCH] docs: remove caveat about Nevow incompatibility with Python 2.6 since the latest version of Nevow has fixed it --- NEWS | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 63b8d5c8..f4674928 100644 --- a/NEWS +++ b/NEWS @@ -246,12 +246,7 @@ step. This should allow unit tests to be run even when trial (which is part of Twisted) wasn't already installed (in this case, trial gets installed to support/bin because Twisted is a dependency of Tahoe). -Tahoe itself is now compatible with the recently-released Python 2.6 . Most -of its dependencies are too, however the most recent release of Nevow -(0.9.31) has an unused function that uses 'with' as a variable name, which -runs afoul of the new 'with' reserved word in 2.6, so to run Tahoe against -python2.6 you will need to install Nevow from its SVN trunk, or comment out -the offending function. +Tahoe is now compatible with the recently-released Python 2.6 . Tahoe is now compatible with simplejson-2.0.x . The previous release assumed that simplejson.loads always returned unicode strings, which is no longer the -- 2.45.2