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.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]