[Lxml-checkins] r54313 - in lxml/trunk: . doc

scoder at codespeak.net scoder at codespeak.net
Fri May 2 10:13:48 CEST 2008


Author: scoder
Date: Fri May  2 10:13:48 2008
New Revision: 54313

Modified:
   lxml/trunk/   (props changed)
   lxml/trunk/doc/build.txt
Log:
 r4117 at delle:  sbehnel | 2008-05-02 10:00:01 +0200
 require Cython 0.9.6.14 for lxml 2.1


Modified: lxml/trunk/doc/build.txt
==============================================================================
--- lxml/trunk/doc/build.txt	(original)
+++ lxml/trunk/doc/build.txt	Fri May  2 10:13:48 2008
@@ -44,10 +44,10 @@
 want to be an lxml developer, then you do need a working Cython
 installation.  You can use EasyInstall_ to install it::
 
-    easy_install Cython==0.9.6.12
+    easy_install Cython==0.9.6.14
 
-lxml currently requires Cython 0.9.6.12. Any 0.9.6.13 version will not
-work, later versions were not tested.
+lxml currently requires Cython 0.9.6.14, later versions were not
+tested.
 
 
 Subversion


More information about the lxml-checkins mailing list