Tutorial formatting patch by Robin Stocker.

This commit is contained in:
Georg Brandl 2007-09-03 07:10:24 +00:00
parent 9d4ba3970f
commit e4ac7504c9
7 changed files with 20 additions and 19 deletions

View file

@ -224,9 +224,9 @@ Some tips for experts:
files when :option:`-O` is used) for all modules in a directory.
* If using Python in a parallel processing system with a shared file system,
you need to patch python to disable the creation of the compiled files
you need to patch Python to disable the creation of the compiled files
because otherwise the multiple Python interpreters will encounter race
conditions in creating them.
conditions in creating them.
.. _tut-standardmodules: