[Spambayes-checkins] spambayes README.txt,1.27,1.28

Guido van Rossum gvanrossum@users.sourceforge.net
Tue, 24 Sep 2002 19:09:54 -0700


Update of /cvsroot/spambayes/spambayes
In directory usw-pr-cvs1:/tmp/cvs-serv21573

Modified Files:
	README.txt 
Log Message:
Clarify how to make BAYESCUSTOMIZE into a list (the delimiter is
whitespace).


Index: README.txt
===================================================================
RCS file: /cvsroot/spambayes/spambayes/README.txt,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** README.txt	25 Sep 2002 02:06:52 -0000	1.27
--- README.txt	25 Sep 2002 02:09:52 -0000	1.28
***************
*** 41,48 ****
      near the start, and consult attributes of options.
  
!     As an alternative to bayescustomize.ini, you can set the environment
!     variable BAYESCUSTOMIZE to a list of one or more .ini files, these will
!     be read in, in order, and applied to the options. This allows you to
!     tweak individual runs by combining fragments of .ini files.
  
  classifier.py
--- 41,49 ----
      near the start, and consult attributes of options.
  
!     As an alternative to bayescustomize.ini, you can set the
!     environment variable BAYESCUSTOMIZE to a whitespace-separated list
!     of one or more .ini files, these will be read in, in order, and
!     applied to the options. This allows you to tweak individual runs
!     by combining fragments of .ini files.
  
  classifier.py