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

Get rid of MatchObject in regex HOWTO #60964

Closed
serhiy-storchaka opened this issue Dec 24, 2012 · 8 comments
Closed

Get rid of MatchObject in regex HOWTO #60964

serhiy-storchaka opened this issue Dec 24, 2012 · 8 comments
Assignees
Labels
docs Documentation in the Doc dir topic-regex type-feature A feature request or enhancement

Comments

@serhiy-storchaka
Copy link
Member

BPO 16760
Nosy @akuchling, @pitrou, @ezio-melotti, @asvetlov, @serhiy-storchaka

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/ezio-melotti'
closed_at = <Date 2012-12-25.16:21:01.073>
created_at = <Date 2012-12-24.08:35:55.508>
labels = ['expert-regex', 'type-feature', 'docs']
title = 'Get rid of MatchObject in regex HOWTO'
updated_at = <Date 2012-12-25.16:54:22.422>
user = 'https://github.com/serhiy-storchaka'

bugs.python.org fields:

activity = <Date 2012-12-25.16:54:22.422>
actor = 'ezio.melotti'
assignee = 'ezio.melotti'
closed = True
closed_date = <Date 2012-12-25.16:21:01.073>
closer = 'ezio.melotti'
components = ['Documentation', 'Regular Expressions']
creation = <Date 2012-12-24.08:35:55.508>
creator = 'serhiy.storchaka'
dependencies = []
files = []
hgrepos = []
issue_num = 16760
keywords = []
message_count = 8.0
messages = ['178036', '178144', '178146', '178149', '178150', '178151', '178153', '178154']
nosy_count = 8.0
nosy_names = ['akuchling', 'pitrou', 'ezio.melotti', 'mrabarnett', 'asvetlov', 'docs@python', 'python-dev', 'serhiy.storchaka']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue16760'
versions = ['Python 3.2', 'Python 3.3', 'Python 3.4']

@serhiy-storchaka
Copy link
Member Author

MatchObject is not defined anywhere and is not used except HOWTO (see bpo-6538).

@serhiy-storchaka serhiy-storchaka added docs Documentation in the Doc dir topic-regex type-feature A feature request or enhancement labels Dec 24, 2012
@python-dev
Copy link
Mannequin

python-dev mannequin commented Dec 25, 2012

New changeset b11f98872c0f by Ezio Melotti in branch '2.7':
bpo-16760: use ref:`match-objects` instead of :class:`MatchObject`.
http://hg.python.org/cpython/rev/b11f98872c0f

New changeset 7c4ef8faeb4a by Ezio Melotti in branch '3.2':
bpo-16760: use ref:`match-objects` instead of :class:`MatchObject`.
http://hg.python.org/cpython/rev/7c4ef8faeb4a

New changeset 4ba1e90e0119 by Ezio Melotti in branch '3.3':
bpo-16760: merge with 3.2.
http://hg.python.org/cpython/rev/4ba1e90e0119

New changeset f2222684dd2d by Ezio Melotti in branch 'default':
bpo-16760: merge with 3.3.
http://hg.python.org/cpython/rev/f2222684dd2d

@ezio-melotti
Copy link
Member

Fixed, thanks for the report!

@asvetlov
Copy link
Contributor

We need to rename MatchObject to match object than (see bpo-16443)

@python-dev
Copy link
Mannequin

python-dev mannequin commented Dec 25, 2012

New changeset 3bee420d400f by Andrew Svetlov in branch '3.2':
rename MathcObject to match object in doctrings for re module (bpo-16760)
http://hg.python.org/cpython/rev/3bee420d400f

New changeset 73b24ee09e0a by Andrew Svetlov in branch '3.3':
rename MathcObject to match object in doctrings for re module (bpo-16760)
http://hg.python.org/cpython/rev/73b24ee09e0a

New changeset 8ebbab768e1b by Andrew Svetlov in branch 'default':
rename MathcObject to match object in doctrings for re module (bpo-16760)
http://hg.python.org/cpython/rev/8ebbab768e1b

@python-dev
Copy link
Mannequin

python-dev mannequin commented Dec 25, 2012

New changeset 6ca8f965fd65 by Andrew Svetlov in branch '2.7':
rename MathcObject to match object in doctrings for re module (bpo-16760)
http://hg.python.org/cpython/rev/6ca8f965fd65

@asvetlov
Copy link
Contributor

Done

@ezio-melotti
Copy link
Member

Thanks!

@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
Labels
docs Documentation in the Doc dir topic-regex type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

3 participants