gzz-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gzz] Patch for yaml/ypath.py?


From: Tuomas Lukka
Subject: Re: [Gzz] Patch for yaml/ypath.py?
Date: Thu, 22 Aug 2002 11:25:46 +0300
User-agent: Mutt/1.4i

> --- yaml/ypath.py     Tue Jul 30 08:24:33 2002
> +++ yaml.new/ypath.py Thu Aug 22 07:40:03 2002
> @@ -3,7 +3,8 @@
>  from urllib import quote
>  from timestamp import unquote
>  
> -noTarget = object()
> +class NoTarget: pass
> +noTarget = NoTarget()
>  
>  def escape(node):
>      """

Should at least add a comment saying what has been done and why.

        Tuomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]