[Lxml-checkins] r46239 - lxml/trunk
scoder at codespeak.net
scoder at codespeak.net
Sun Sep 2 17:20:11 CEST 2007
Author: scoder
Date: Sun Sep 2 17:20:09 2007
New Revision: 46239
Modified:
lxml/trunk/setup.py
Log:
doc clarification
Modified: lxml/trunk/setup.py
==============================================================================
--- lxml/trunk/setup.py (original)
+++ lxml/trunk/setup.py Sun Sep 2 17:20:09 2007
@@ -71,10 +71,10 @@
Running ``easy_install lxml==dev`` will install it from
http://codespeak.net/svn/lxml/trunk#egg=lxml-dev
-Current bug fixes for the stable version are at
-http://codespeak.net/svn/lxml/branch/lxml-%(branch_version)s .
-Running ``easy_install lxml==%(branch_version)sbugfix`` will install this
-version from
+After an official release of a new stable series, current bug fixes might
+become available at
+http://codespeak.net/svn/lxml/branch/lxml-%(branch_version)s . Running
+``easy_install lxml==%(branch_version)sbugfix`` will install this version from
http://codespeak.net/svn/lxml/branch/lxml-%(branch_version)s#egg=lxml-%(branch_version)sbugfix
""" % { "branch_version" : versioninfo.branch_version() }) +
More information about the lxml-checkins
mailing list