[Python-Dev] Plea for function/method syntax sugar (PEP 318, with a different syntax)

Sjoerd Mullender sjoerd at acm.org
Tue Feb 24 11:14:01 EST 2004


Barry Warsaw wrote:
> On Wed, 2004-02-18 at 21:26, Bob Ippolito wrote:
> 
> 
>>the latest version of mwh's patch is here:  
>>http://starship.python.net/crew/mwh/hacks/meth-syntax-sugar-3.diff
> 
> 
> Does anybody else have problems applying this patch?  I get:
> 
> % patch < meth-syntax-sugar-3.diff
> patch: **** File Grammar is not a regular file -- can't patch
> 
> Grammar/Grammar sure seems like a regular file to me though.  Standard
> RH9 patch(1), v 2.5.4.  Above patch snagged with wget.

Try patch -p0.  Patch removes directory names by default.

-- 
Sjoerd Mullender <sjoerd at acm.org>



More information about the Python-Dev mailing list