Bug#441368: Patch from upstream fix

2007-09-30 Thread Kenneth Pronovici
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

Bug#441368: Patch from upstream fix

2007-09-30 Thread Edward Loper
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

Bug#441368: Patch from upstream fix

2007-09-30 Thread Kenneth Pronovici
Attached is a patch from upstream's Subversion for this fix. KEN -- Kenneth J. Pronovici <[EMAIL PROTECTED]> Index: epydoc/docwriter/html.py === --- epydoc/docwriter/html.py (revision 1602) +++ epydoc/docwriter/html.py (revision 160