Message272719
I don't think this is a problem. For now os.O_WRONLY is os.O_WRONLY, but os.O_WRONLY|os.O_CREAT|os.O_TRUNC is not os.O_WRONLY|os.O_CREAT|os.O_TRUNC. There is an exponential number of combinations (actually infinite number if count not named bits) and you shouldn't use identity check for flags. |
|
Date |
User |
Action |
Args |
2016-08-15 05:52:58 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, barry, ezio.melotti, r.david.murray, eli.bendersky, ethan.furman, martin.panter, veky |
2016-08-15 05:52:58 | serhiy.storchaka | set | messageid: <1471240378.21.0.870404260963.issue23591@psf.upfronthosting.co.za> |
2016-08-15 05:52:58 | serhiy.storchaka | link | issue23591 messages |
2016-08-15 05:52:57 | serhiy.storchaka | create | |
|