diff --git a/tconfpy-spec.txt b/tconfpy-spec.txt index da7a2e0..eefd690 100644 --- a/tconfpy-spec.txt +++ b/tconfpy-spec.txt @@ -1,4 +1,4 @@ -$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 ===================== @@ -7,9 +7,9 @@ API === -tconfpy.ParseConfig(FileName, Options, IgnoreCase=False) +tconfpy.ParseConfig(FileName, Options, IgnoreCase=False, Debug=False) - ---> [SymTable, ErrList, FatalError] + ---> [SymTable, ErrMsgs, InfoMsgs, DebugMsgs, ParseOK] where,