Jim Fasarakis-Hilliard added the comment:

>From what I understand, "or'ed" here stands for combining the options using 
>`|` 
>(https://docs.python.org/3/reference/expressions.html#binary-bitwise-operations).

You can see an example of that in the source for `doctest.py` 
https://hg.python.org/cpython/file/3.6/Lib/doctest.py#l144

----------
nosy: +Jim Fasarakis-Hilliard

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29371>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to