Message311689
It is easy to fix sets starting with '['. It is more hard to fix sets with doubled '-', '&', '|' or '~'.
>>> fnmatch.fnmatch('#', '[#--]')
/home/serhiy/py/cpython/Lib/fnmatch.py:46: FutureWarning: Possible set difference at position 6
return re.compile(res).match
True |
|
| Date |
User |
Action |
Args |
| 2018-02-05 20:17:38 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, Tim.Graham |
| 2018-02-05 20:17:38 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2018-02-05 20:17:37 | serhiy.storchaka | link | issue32775 messages |
| 2018-02-05 20:17:37 | serhiy.storchaka | create | |
|