Expose regular expression and match objects types in the re module · Issue #74582 · python/cpython (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Description
BPO | 30397 |
---|---|
Nosy | @gvanrossum, @ezio-melotti, @serhiy-storchaka, @ilevkivskyi |
PRs | bpo-30397: Add re.Pattern and re.Match. #1646 |
Dependencies | bpo-30398: Add a docstring for re.error |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = 'https://github.com/serhiy-storchaka' closed_at = <Date 2017-10-04.17:19:41.900> created_at = <Date 2017-05-18.09:17:51.681> labels = ['extension-modules', 'expert-regex', 'type-feature', 'library', '3.7'] title = 'Expose regular expression and match objects types in the re module' updated_at = <Date 2017-10-04.17:19:41.899> user = 'https://github.com/serhiy-storchaka'
bugs.python.org fields:
activity = <Date 2017-10-04.17:19:41.899> actor = 'serhiy.storchaka' assignee = 'serhiy.storchaka' closed = True closed_date = <Date 2017-10-04.17:19:41.900> closer = 'serhiy.storchaka' components = ['Extension Modules', 'Library (Lib)', 'Regular Expressions'] creation = <Date 2017-05-18.09:17:51.681> creator = 'serhiy.storchaka' dependencies = ['30398'] files = [] hgrepos = [] issue_num = 30397 keywords = [] message_count = 4.0 messages = ['293914', '293917', '294918', '303714'] nosy_count = 5.0 nosy_names = ['gvanrossum', 'ezio.melotti', 'mrabarnett', 'serhiy.storchaka', 'levkivskyi'] pr_nums = ['1646'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue30397' versions = ['Python 3.7']