Skip to content

6.1

Compare
Choose a tag to compare
@facelessuser facelessuser released this 30 Jun 17:03

6.1

  • NEW: EXTMATCH/EXTGLOB can now be used with NEGATE without needing MINUSNEGATE. If a pattern starts with !(, and NEGATE and EXTMATCH/EXTGLOB are both enabled, the pattern will not be treated as a NEGATE pattern (even if !( doesn't yield a valid EXTGLOB pattern). To negate a pattern that starts with a literal (, you must escape the bracket: !\(.
  • FIX: Support Python 3.9.
  • FIX: Adjust pattern limit logic of glob to be consistent with other functions.