On Mon, Dec 2, 2013 at 3:22 PM, Brian Theado <[email protected]> wrote:
Here's the code which seems to break things in add_bookmark:
>
> # EKR
> i = path.find('#')
> if i > -1:
> path = path[:i].strip()
> unl = path[i+1:].strip()
> else:
> path = path
> unl = ''
>
> parsed = urlparse.urlparse(path) # self.bookmark_unl) # EKR
>
Drat. I vaguely remember this change, but don't remember anything else.
Feel free to revert, though I suspect that will cause other problems. I
suppose that can't be helped.
I'm not sure what file this is in. Is there anything helpful in the commit
log. There's nothing helpful in my old bean.
Edward
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/groups/opt_out.