summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2017-10-03-22-45-50.bpo-30397.e4F7Kr.rst
blob: 2f1f762d6ff596a574820ec9f81561da538fae35 (plain)
1
2
3
The types of compiled regular objects and match objects are now exposed as
`re.Pattern` and `re.Match`.  This adds information in pydoc output for the
re module.