A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2011-February/108061.html below:

[Python-Dev] Rights on the tracker

[Python-Dev] Rights on the tracker [Python-Dev] Rights on the tracker"Martin v. Löwis" martin at v.loewis.de
Mon Feb 14 23:21:15 CET 2011
> Done.  I hope.  This is the first one we (currently) have where more
> than one person is being auto-nosied, so I hope I got the syntax right.

It should be fine:

roundup_tracker=> select * from component_add_as_nosy where nodeid = 25;
 linkid | nodeid
--------+--------
   7641 |     25
  12434 |     25
(2 Zeilen)

It might still be useful to test it, since actually evaluating the
property might also go wrong, but that should be fine as well:

    for component in components:
        users = db.component.get(component, 'add_as_nosy')
        nosy |= set(users)

Regards,
Martin
More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4