Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re.compile(regexp).groups not documented #48658

Closed
fw mannequin opened this issue Nov 24, 2008 · 2 comments
Closed

re.compile(regexp).groups not documented #48658

fw mannequin opened this issue Nov 24, 2008 · 2 comments

Comments

@fw
Copy link
Mannequin

fw mannequin commented Nov 24, 2008

BPO 4408
Nosy @birkenfeld

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 = None
closed_at = <Date 2008-12-05.07:50:01.486>
created_at = <Date 2008-11-24.12:16:10.760>
labels = ['expert-regex']
title = 're.compile(regexp).groups not documented'
updated_at = <Date 2008-12-05.07:50:01.484>
user = 'https://bugs.python.org/fw'

bugs.python.org fields:

activity = <Date 2008-12-05.07:50:01.484>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = <Date 2008-12-05.07:50:01.486>
closer = 'georg.brandl'
components = ['Regular Expressions']
creation = <Date 2008-11-24.12:16:10.760>
creator = 'fw'
dependencies = []
files = []
hgrepos = []
issue_num = 4408
keywords = []
message_count = 2.0
messages = ['76321', '76973']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'fw']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue4408'
versions = ['Python 2.5.3']

@fw
Copy link
Mannequin Author

fw mannequin commented Nov 24, 2008

This does result in the expected result 2:

re.compile('(.)(.)').groups

But as far as I can see, the groups property is missing from the HTML
documentation. Please clarify if this an internal interface, or a
documentation oversight.

@fw fw mannequin added the topic-regex label Nov 24, 2008
@birkenfeld
Copy link
Member

Fixed in r67553.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant