diff options
author | gafton <devnull@localhost> | 2000-12-29 19:25:38 +0000 |
---|---|---|
committer | gafton <devnull@localhost> | 2000-12-29 19:25:38 +0000 |
commit | aff441656cc10f1326a3d65c96051f8096880de1 (patch) | |
tree | 03412f062743e73e4180d38634607c4c6a896345 /python/ChangeLog | |
parent | bc5ea0ac35691a2400767c661fd204e54d614c3e (diff) | |
download | rpm-aff441656cc10f1326a3d65c96051f8096880de1.tar.gz rpm-aff441656cc10f1326a3d65c96051f8096880de1.tar.bz2 rpm-aff441656cc10f1326a3d65c96051f8096880de1.zip |
fix handleDbResult so that it will return an empty list when nothing matches instead of delivering an exception
CVS patchset: 4382
CVS date: 2000/12/29 19:25:38
Diffstat (limited to 'python/ChangeLog')
-rw-r--r-- | python/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/ChangeLog b/python/ChangeLog new file mode 100644 index 000000000..906a3a56a --- /dev/null +++ b/python/ChangeLog @@ -0,0 +1,5 @@ +2000-12-29 Cristian Gafton <gafton@redhat.com> + + * rpmmodule.c(handleDbResult): don't freak out when nothing matches; + return empty list + |