From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Fri, 2 Jan 2009 04:41:35 +0000 (-0700)
Subject: docs: remove caveat about Nevow incompatibility with Python 2.6 since the latest... 
X-Git-Url: https://git.rkrishnan.org/specifications/banana.xhtml?a=commitdiff_plain;h=9d6c79a9df27f861831d88698c9fcd41232fe892;p=tahoe-lafs%2Ftahoe-lafs.git

docs: remove caveat about Nevow incompatibility with Python 2.6 since the latest version of Nevow has fixed it
---

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