You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pylucene-commits@lucene.apache.org by va...@apache.org on 2010/12/17 00:58:42 UTC

svn commit: r1050238 - /lucene/pylucene/trunk/jcc/DESCRIPTION

Author: vajda
Date: Thu Dec 16 23:58:41 2010
New Revision: 1050238

URL: http://svn.apache.org/viewvc?rev=1050238&view=rev
Log:
updated DESCRIPTION for latest changes

Modified:
    lucene/pylucene/trunk/jcc/DESCRIPTION

Modified: lucene/pylucene/trunk/jcc/DESCRIPTION
URL: http://svn.apache.org/viewvc/lucene/pylucene/trunk/jcc/DESCRIPTION?rev=1050238&r1=1050237&r2=1050238&view=diff
==============================================================================
--- lucene/pylucene/trunk/jcc/DESCRIPTION (original)
+++ lucene/pylucene/trunk/jcc/DESCRIPTION Thu Dec 16 23:58:41 2010
@@ -13,10 +13,13 @@ Python interpreter. JCC attempts to make
 detecting iterators and property accessors. Iterators and mappings may also
 be declared to JCC.
 
-JCC has been built on Python 2.3, 2.4, 2.5 and 2.6 and has been used with
+JCC has been built on Python 2.3, 2.4, 2.5, 2.6 and 2.7 and has been used with
 various Java Runtime Environments such as Sun Java 1.4, 1.5 and 1.6, Apple's
 Java 1.4 and 1.5 on Mac OS X and open source Java OpenJDK 1.7 builds.
 
+An experimental port to Python 3 is available from a branch:
+  http://svn.apache.org/repos/asf/lucene/pylucene/branches/python_3/jcc/
+
 JCC is supported on Mac OS X, Linux, Solaris and Windows.
 
 JCC is written in C++ and Python. It uses Java's reflection API to do its