Revision: 2093
Author: pekka.klarck
Date: Wed Jul 29 14:34:49 2009
Log: regen
http://code.google.com/p/robotframework/source/detail?r=2093
Modified:
/trunk/doc/userguide/RobotFrameworkUserGuide.html
=======================================
--- /trunk/doc/userguide/RobotFrameworkUserGuide.html Tue Jun 16 10:36:12
2009
+++ /trunk/doc/userguide/RobotFrameworkUserGuide.html Wed Jul 29 14:34:49
2009
@@ -472,7 +472,7 @@
<body>
<div class="document" id="robot-framework-user-guide">
<h1 class="title">Robot Framework User Guide</h1>
-<h2 class="subtitle" id="version-version">Version trunk 20090420</h2>
+<h2 class="subtitle" id="version-version">Version trunk 20090730</h2>
<!-- This data file has been placed in the public domain. -->
<!-- Derived from the Unicode character mappings available from
@@ -754,8 +754,16 @@
information about the installation and Python in general.</p>
<div class="note">
<p class="first admonition-title">Note</p>
-<p class="last">The Python installation framework coming with Python 2.3
-does not have functions for copying other than Python
+<p class="last">Robot Framework is not compatible with Python 3.x
+versions. Python 3.0 was intentionally backwards
+incompatible with earlier Python releases, and supporting it
+as long as we need to support very old Python versions (most
+notably Jython 2.2) is not feasible.</p>
+</div>
+<div class="note">
+<p class="first admonition-title">Note</p>
+<p class="last">The Python installation framework included with Python 2.3
+does not have functionality to copy other than Python
files. Robot Framework itself can be installed with it
without problems, but, for example, installing certain
libraries may require copying those non-Python files
@@ -775,9 +783,15 @@
betas and alphas are not supported either. Unfortunately, also Jython
2.2.1 has certain Unicode problems (for more information, see
<a class="reference external"
href="http://bugs.jython.org/issue1802339">http://bugs.jython.org/issue1802339</a>
and
-<a class="reference external"
href="http://bugs.jython.org/issue1032">http://bugs.jython.org/issue1032</a>).
Jython 2.5 is currently under
-development and although it is not yet officially supported it should
-work without problems in most normal usage.</p>
+<a class="reference external"
href="http://bugs.jython.org/issue1032">http://bugs.jython.org/issue1032</a>).</p>
+<div class="note">
+<p class="first admonition-title">Note</p>
+<p class="last">Although Robot Framework does not yet officially support
the
+newly released Jython 2.5, this version ought to work pretty
+well and problems are most likely limited to Unicode
+support. For more information and current status see
+<a class="reference external"
href="http://code.google.com/p/robotframework/issues/detail?id=198">http://code.google.com/p/robotframework/issues/detail?id=198</a></p>
+</div>
<p>Installing Jython is a fairly easy procedure. First you need to get an
installer from the <a class="reference external"
href="http://www.jython.org/">Jython homepage</a> or directly from
<a class="reference external"
href="http://downloads.sourceforge.net/jython/jython_installer-2.2.jar">http://downloads.sourceforge.net/jython/jython_installer-2.2.jar</a>.
@@ -10210,7 +10224,7 @@
<p>The only catch with using methods from <span
class="code">BuiltIn</span> is that all
<span class="code">run_keyword</span> method variants must be handled
specially. What
needs to be done is registering methods that use these methods to be
<em>run
-keywords</em> themselves using :code: <span
class="code">register_run_keyword</span> method
+keywords</em> themselves using <span
class="code">register_run_keyword</span> method
in <span class="code">BuiltIn</span> module. This method's documentation
explains why
this needs to be done and obviously also how to do it.</p>
<p>The plan is to document all the internal modules better so that it is
@@ -11876,7 +11890,7 @@
<div class="footer">
<hr class="footer" />
<p>Generated by <a class="reference external"
href="http://docutils.sourceforge.net/rst.html">reStructuredText</a>.
Syntax highlighting by <a class="reference external"
href="http://pygments.org/">Pygments</a>.</p>
-<p>Generated on: 2009-06-16 17:34 UTC.
+<p>Generated on: 2009-07-29 21:31 UTC.
</p>
</div>