commit | d67ddbbec110af0f7d954fcbcdf34da6c6f9b275 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon May 01 20:14:47 2000 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon May 01 20:14:47 2000 +0000 |
tree | dc345c657df7cff2eb11f5ca20402cfbaf9ab723 | |
parent | 4b83ecbbaa413f5459098d4a011cf4bed685b06b [diff] |
Eric Raymond: (1) Added and documented the capability for shlex to handle lexical-level inclusion and a stack of input sources. Also, the input stream member is now documented, and the constructor takes an optional source-filename. The class provides facilities to generate error messages that track file and line number. (2) Add a convenience function to generate C-compiler style error leaders.