-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use isinstance() instead of type()
* update_bugs now understands single bug id, list or tuples of bugs
- Loading branch information
Showing
2 changed files
with
29 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
python-bugzilla (0.9) unstable; urgency=low | ||
|
||
* Bugzilla 3.0.x: Don't fetch attachment data by default in fetch_bug_xml | ||
* Use isinstance() instead of type() | ||
* update_bugs now understands single bug id, list or tuples of bugs | ||
|
||
-- Alexandr D. Kanevskiy <[email protected]> Tue, 25 Mar 2008 22:43:50 +0200 | ||
|
||
|