~launchpad-pqm/launchpad/devel

1
2
3
4
5
6
7
8
9
10
11
12
13
14
Anonymous users cannot see private bugs filed on distros, of course!

Not directly.

    >>> anon_browser.open("http://launchpad.dev/bugs/14")
    Traceback (most recent call last):
      ...
    NotFound: ...

And not in bug listings.

    >>> anon_browser.open("http://launchpad.dev/ubuntu/+bugs")
    >>> "a private bug" not in anon_browser.contents
    True