Changed API and return codes.
1 parent 7835c79 commit 961ad80b5b6339ff5791c1e436a5d850ee7462a0
@tundra tundra authored on 9 Mar 2004
Showing 1 changed file
View
6
tconfpy-spec.txt
$Id: tconfpy-spec.txt,v 1.100 2003/07/01 20:20:08 tundra Exp $
$Id: tconfpy-spec.txt,v 1.101 2004/03/09 22:50:23 tundra Exp $
 
tconfpy SPECIFICATION
=====================
 
 
API
===
 
tconfpy.ParseConfig(FileName, Options, IgnoreCase=False)
tconfpy.ParseConfig(FileName, Options, IgnoreCase=False, Debug=False)
 
---> [SymTable, ErrList, FatalError]
---> [SymTable, ErrMsgs, InfoMsgs, DebugMsgs, ParseOK]
 
 
where,