Skip to content

Commit

Permalink
Fix "New" notifications to mention the correct version for captures
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Aug 22, 2020
1 parent 508b5ab commit ca08538
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/markdown/fnmatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ we wrap the entire group to be captured: `#!py3 '+(a)'` --> `#!py3 r'((a)+)'`.
!!! new "New 6.0"
`limit` was added in 6.0.

!!! new "New 7.0"
!!! new "New 7.1"
Translate patterns now provide capturing groups for [`EXTMATCH`](#extmatch) groups.

## Flags
Expand Down
2 changes: 1 addition & 1 deletion docs/src/markdown/glob.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ we wrap the entire group to be captured: `#!py3 '+(a)'` --> `#!py3 r'((a)+)'`.
!!! new "New 6.0"
`limit` was added in 6.0.

!!! new "New 7.0"
!!! new "New 7.1"
Translate patterns now provide capturing groups for [`EXTGLOB`](#extglob) groups.

#### `glob.escape` {: #escape}
Expand Down

0 comments on commit ca08538

Please sign in to comment.