Notable Bugs in released versions - nicholasdavidson/pybit GitHub Wiki
Issue #80 - Bug in 0.3 release.
- Fixed in git r2b8f5c6.
- Line 43 in pybitweb/common.py
- This meant that we could not ever successfully authenticate in a production environment as it couldnt find the config in /etc.
Issue #21 - Bug in 0.3 release.
- git backend works with tags but not branches.
- Needs more input about whether one method is preferred over another or whether both need to be supported.