Comment 2 for bug 806163

Revision history for this message
dobey (dobey) wrote : Re: Different http_etag for same resource?

I am using launchpadlib, so I'm not sure what URLs you're asking for exactly. However, self_link is the same for both objects. Though http_etag is different for them. This causes the Entry.__eq__ to fail when it really shouldn't. And I've seen this happen with multiple users.

I wrote a quick script to help me debug this issue, but I am not sure if it belongs in lptools or not. Certainly it doesn't belong there as-is, but maybe it would be useful with a lot more hacking on it.