This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Tim.Graham, serhiy.storchaka
Date 2018-02-05.20:17:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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
History
Date User Action Args
2018-02-05 20:17:38serhiy.storchakasetrecipients: + serhiy.storchaka, Tim.Graham
2018-02-05 20:17:38serhiy.storchakasetmessageid: <[email protected]>
2018-02-05 20:17:37serhiy.storchakalinkissue32775 messages
2018-02-05 20:17:37serhiy.storchakacreate