summaryrefslogtreecommitdiffstats
path: root/bugzilla.py
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2007-08-30 18:47:30 -0400
committerWill Woods <wwoods@redhat.com>2007-08-30 18:47:30 -0400
commit26a942492c3a6f6b2ee1e80d9fd449f24baa71ca (patch)
tree457cce9ab44f3502b3f7776f22b6330ec28f6095 /bugzilla.py
parentda08b9a9e40eddd241783245e0ed4e92ca9cb13c (diff)
downloadpython-bugzilla-26a942492c3a6f6b2ee1e80d9fd449f24baa71ca.tar.gz
python-bugzilla-26a942492c3a6f6b2ee1e80d9fd449f24baa71ca.tar.xz
python-bugzilla-26a942492c3a6f6b2ee1e80d9fd449f24baa71ca.zip
useful comment about cookies v. login/password
Diffstat (limited to 'bugzilla.py')
-rw-r--r--bugzilla.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/bugzilla.py b/bugzilla.py
index be368ca..706905a 100644
--- a/bugzilla.py
+++ b/bugzilla.py
@@ -75,6 +75,10 @@ class Bugzilla(object):
r = False
return r
+ # Note that the bugzilla methods will ignore an empty user/password if you
+ # send authentication info as a cookie in the request headers. So it's
+ # OK if we keep sending empty / bogus login info.
+
# ARGLE this should use properties or do some kind of caching or something
def components(self,product):
'''Return a dict of components for the given product.'''