Darn, I missed that.  I was just looking at the diff from the previous
svn revision.  I'll get this applied ASAP.

I'm looking forward to the 3.0 release.  Have a good weekend!

KEN

On 9/30/07, Edward Loper <[EMAIL PROTECTED]> wrote:
> Kenneth Pronovici wrote:
> > Attached is a patch from upstream's Subversion for this fix.
> >
> > KEN
>
> That svn patch had the following fix a few svn revisions later:
>
>          # Strip any existing anchor off:
> -        base_url = re.sub('#.*', '', base_url)
> +        base_url = re.sub('#.*', '', '%s' % (base_url,))
>           for term in parsed_docstring.index_terms():
>
> -Edward
>
> p.s., I hope to release epydoc 3.0 within the next week or two.

-- 
Kenneth J. Pronovici <[EMAIL PROTECTED]>
http://www.cedar-solutions.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to