[Pkg-bazaar-commits] ./bzr/unstable r37: note dependency on elementtree

Martin Pool mbp at sourcefrog.net
Fri Apr 10 07:26:00 UTC 2009


------------------------------------------------------------
revno: 37
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Mon 2005-03-14 13:54:38 +1100
message:
  note dependency on elementtree
  thanks to Faheem Mitha
modified:
  README
-------------- next part --------------
=== modified file 'README'
--- a/README	2005-03-09 04:08:15 +0000
+++ b/README	2005-03-14 02:54:38 +0000
@@ -17,10 +17,10 @@
 This is mostly developed on Linux (Ubuntu); it should work on Unix,
 Windows, or OS X with relatively little trouble.
 
-bzr requires a fairly recent Python, say after 2.2.  
-
-You can improve performance by installing Fredrik Lundh's amazing
-cElementTree__ module.
-
-__ http://effbot.org/zone/celementtree.htm
+bzr requires a fairly recent Python, say after 2.2.  2.4 is recommended.
+
+You must install either cElementTree_ or ElementTree_ first.
+
+.. _cElementTree: http://effbot.org/zone/celementtree.htm
+.. _ElementTree: http://effbot.org/zone/element-index.htm
 



More information about the Pkg-bazaar-commits mailing list