Closed GoogleCodeExporter closed 8 years ago
Great work! How do I apply this patch?
If it's easier I can give you SVN rights. Let me know.
-Greg
Original comment by gregpin...@gmail.com
on 15 Feb 2007 at 7:27
You can manually apply my change via the 'patch' command line tool. Or if you
give me
rights to SVN, I'll commit the changes myself. Before I do, two questions:
This changes the API; errors are no longer indicated by False, but rather
something
other than True. I think in practice this is OK, do you?
8 of the tests fail when I run them with no username, the error is "HTTPError:
HTTP
Error 401: Authorization Required". This fails in the trunk of SVN, not just my
modified copy. Do the tests pass for you?
Original comment by nelson.m...@gmail.com
on 15 Feb 2007 at 9:06
You should have SVN commit/edit rights now. Please let me know.
I'm ok with your changes. If you'd prefer to have the methods raise Errors on
failure, I'm ok with that too.
I think the tests actually need to be updated. They may not be reflecting the
current state of the code. Feel free to update those, otherwise I wouldn't
worry
about them too much for the time being.
Original comment by gregpin...@gmail.com
on 15 Feb 2007 at 10:20
I've submitted my change; it's in revision 3.
Original comment by nelson.m...@gmail.com
on 15 Feb 2007 at 11:35
Original issue reported on code.google.com by
nelson.m...@gmail.com
on 15 Feb 2007 at 7:13