Comment 7 for bug 1169368

Revision history for this message
Jelmer Vernooij (jelmer) wrote : Re: [Bug 1169368] Re: Invalid literal for int() with base 16: 'Inva'

On Thu, 18 Apr, 2013 at 10:56 AM, Brian Visel
<email address hidden> wrote:
> ..to clarify, the issue where paths ending in '/' are inaccessible is
> not a difference introduced by the patch, it's a separate,
> pre-existing
> issue.
>
> I don't think url-ending issue really prevents any necessary
> behaviour,
> it's just a bit confusing -- whereas the behaviour addressed by the
> patch inhibits some use cases.
>
Thanks for the debugging, appreciate it.

The patch seems to be Python 2.5-specific (Dulwich supports 2.4).
Ideally we'd also want to add a unit test for it so it doesn't regress.

Unfortunately my time is fairly limited at the moment, so it might be a
while before I can look at these. Any help appreciated. :-)

Cheers,

Jelmer