Message394471
Rather than make such masks containing unknown bits, this would be best practice if you want to use STRICT, correct?
NPTS_ROUND = 0x0
NPTS_CEIL = 0x1
NPTS_TRUNC = 0x2
NPTS_MASK = NPTS_ROUND | NPTS_CEIL | NPTS_TRUNC
Otherwise, if your input may have unknown bits, use CONFORM. |
|
| Date |
User |
Action |
Args |
| 2021-05-26 21:41:45 | John Belmonte | set | recipients:
+ John Belmonte, jbelmonte, ethan.furman, veky, hroncok, pablogsal, Manjusaka, hauntsaninja |
| 2021-05-26 21:41:45 | John Belmonte | set | messageid: <1622065305.45.0.801769861173.issue44242@roundup.psfhosted.org> |
| 2021-05-26 21:41:45 | John Belmonte | link | issue44242 messages |
| 2021-05-26 21:41:45 | John Belmonte | create | |
|