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

regs attribute on regex objects not documented #43083

Closed
jlowery2006 mannequin opened this issue Mar 24, 2006 · 3 comments
Closed

regs attribute on regex objects not documented #43083

jlowery2006 mannequin opened this issue Mar 24, 2006 · 3 comments
Labels
docs Documentation in the Doc dir

Comments

@jlowery2006
Copy link
Mannequin

jlowery2006 mannequin commented Mar 24, 2006

BPO 1457470
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 2006-03-26.20:37:55.000>
created_at = <Date 2006-03-24.01:41:54.000>
labels = ['docs']
title = 'regs attribute on regex objects not documented'
updated_at = <Date 2006-03-26.20:37:55.000>
user = 'https://bugs.python.org/jlowery2006'

bugs.python.org fields:

activity = <Date 2006-03-26.20:37:55.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2006-03-24.01:41:54.000>
creator = 'jlowery2006'
dependencies = []
files = []
hgrepos = []
issue_num = 1457470
keywords = []
message_count = 3.0
messages = ['27865', '27866', '27867']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'jlowery2006']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1457470'
versions = ['Python 2.4']

@jlowery2006
Copy link
Mannequin Author

jlowery2006 mannequin commented Mar 24, 2006

Came across the use of <regex object>.regs attribute in
the tools/scripts/classfix.py program (line 162), but
it's not an attribute that's documented in the Python
Library Reference.

@jlowery2006 jlowery2006 mannequin closed this as completed Mar 24, 2006
@jlowery2006 jlowery2006 mannequin added the docs Documentation in the Doc dir label Mar 24, 2006
@jlowery2006 jlowery2006 mannequin closed this as completed Mar 24, 2006
@jlowery2006 jlowery2006 mannequin added the docs Documentation in the Doc dir label Mar 24, 2006
@jlowery2006
Copy link
Mannequin Author

jlowery2006 mannequin commented Mar 24, 2006

Logged In: YES
user_id=1484419

It was pointed out to me on the comp.lang.python list that
regs is part of the now-defunction regex package.

Perhaps it would be possible to denote the module as
deprecated in the regex.py code? Dunno, but I do know that
PyLint didn't pick up on it as being deprecated.

@birkenfeld
Copy link
Member

Logged In: YES
user_id=849994

regex will be removed in Python 2.5.

@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
Projects
None yet
Development

No branches or pull requests

1 participant