[Python-checkins] python/dist/src/Tools/freeze README,1.9,1.10
doerwalter at users.sourceforge.net
doerwalter at users.sourceforge.net
Mon Oct 20 10:01:58 EDT 2003
Update of /cvsroot/python/python/dist/src/Tools/freeze
In directory sc8-pr-cvs1:/tmp/cvs-serv2359/Tools/freeze
Modified Files:
README
Log Message:
Fix a bunch of typos in documentation, docstrings and comments.
(From SF patch #810751)
Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/freeze/README,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** README 3 Jan 2001 23:50:59 -0000 1.9
--- README 20 Oct 2003 14:01:56 -0000 1.10
***************
*** 136,140 ****
before Python can be started. Under Windows, the environment
variable PATH is consulted, and under Unix, it may be the
! the environment variable LD_LIBRARY_PATH and/or the system
shared library cache (ld.so). An additional preferred directory for
finding the dynamic libraries is built into the .dll or .so files at
--- 136,140 ----
before Python can be started. Under Windows, the environment
variable PATH is consulted, and under Unix, it may be the
! environment variable LD_LIBRARY_PATH and/or the system
shared library cache (ld.so). An additional preferred directory for
finding the dynamic libraries is built into the .dll or .so files at
More information about the Python-checkins
mailing list