deroshkin
deroshkin
After messing around with this issue, it seems that it's caused by Yahoo incorrectly formatting the London stock exchange quote currency as GBp instead of GBP, which causes currency conversion...
I have a patch ready, but I'll hold off submitting a pull request since the current `TestRemote.test_multiple_urls` in test_remote.py actually depends on the current behavior, so I'm not sure whether...
I played around a bit with this bug, and it's trickier than I first thought. ```python repo = git.Repo.init('.') remote = repo.create_remote('name', 'url') print(f'Remote url before set_url: {remote.url}') remote.set_url('newurl', old_url='url')...
The problem I thought I encountered in my earlier message was caused by the terminal in my IDE. I've submitted a pull request to add this feature.