I think that there is no single answer to this. Also the subject applies to any openstack project, not only neutron. I personally used common sense, using py3 for generic 3.x bugs and more granular ones like py34,...py37 when there were bugs specific to one of these version. I also try to include py3 on the more granular ones to ease searching. Replacing tags is dangerous as you may loose important information or even break so queries/tools. -- sorin
On 26 Nov 2018, at 07:25, Takashi Yamamoto <yamamoto@midokura.com> wrote:
hi,
currently we seem to have an official tag "py34" on the LP.
and "py35" is documented in the contributor guide. https://docs.openstack.org/neutron/latest/contributor/policies/bugs.html#py3...
i'd like to propose to replace them with "py3" mechanically.