diff options
Diffstat (limited to 'chapter08/python.xml')
-rw-r--r-- | chapter08/python.xml | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/chapter08/python.xml b/chapter08/python.xml index 54b0eeab3..81178ca1a 100644 --- a/chapter08/python.xml +++ b/chapter08/python.xml @@ -25,7 +25,7 @@ <para>The Python 3 package contains the Python development environment. It is useful for object-oriented programming, writing scripts, prototyping - large programs or developing entire applications.</para> + large programs, or developing entire applications.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -84,7 +84,7 @@ <screen><userinput remap="make">make</userinput></screen> <para>To test the results, issue <command>make test</command>. - Some tests requiring network connection or additional packages are + Some tests requiring a network connection or additional packages are skipped. The test named test_normalization fails because network configuration is not completed yet. For more comprehensive results, the test can be rerun when Python 3 is reinstalled in BLFS.</para> @@ -170,8 +170,8 @@ tar --strip-components=1 \ <para> is a <application>Python</application> program that reads <application>Python 2.x</application> source code and applies a - series of fixes to transform it into valid - <application>Python 3.x</application> code. + series of fixes to transform it into + valid <application>Python 3.x</application> code. </para> <indexterm zone="ch-system-Python"> <primary sortas="b-2to3">2to3</primary> @@ -231,20 +231,7 @@ tar --strip-components=1 \ </indexterm> </listitem> </varlistentry> -<!-- - <varlistentry id="pyvenv"> - <term><command>pyvenv</command></term> - <listitem> - <para> - creates virtual <application>Python</application> environments in - one or more target directories. - </para> - <indexterm zone="ch-system-Python"> - <primary sortas="b-pyvenv">pyvenv</primary> - </indexterm> - </listitem> - </varlistentry> ---> + </variablelist> </sect2> |