what's the difference between 

```python
item.tags - (item.tags ^ exclude_by_tags)
```
and this?
```python
item.tags & exclude_by_tags
```

[ Full content available at: https://github.com/apache/ambari/pull/2412 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to