gpk@bell-labs.com: [Python-bugs-list] netrc module has bad error handling (PR#265)

Guido van Rossum guido@python.org
Mon, 03 Apr 2000 19:20:23 -0400


> Both these patches should be put in the masters by someone with
> commit authority.
> 
> Guido, this reminds me that I have an updated and improved shlex that
> adds the capability to optionally support a file-inclusion construct
> at the lexical level, with proper stacking and unstacking of input sources.  
> All the user has to do is say
> 
> 	lexer.include = "include"
> 
> or
> 
> 	lexer.include = "source"
> 
> or whatever to declare the inclusion keyword.  The token after it is 
> treated as a filename and becomes the input source.
> 
> What's the current submission process?

See python.org/patches/.

--Guido van Rossum (home page: http://www.python.org/~guido/)