-
-
Notifications
You must be signed in to change notification settings - Fork 32k
re.flags not documented in Module Contents as promised. #73137
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
Comments
In the online documentation of module re |
When I follow the link to module contents, I find a list of the flags with their descriptions. (re.A, re.I, etc, etc). Perhaps you are confusing the letters used in the regular expression to represent the flags with the flags themselves? I'm not sure how we could make that clearer. |
Ordinarily when I see a cross-reference like that "the flags are described All of which is just to say it probably makes perfect sense to someone On Mon, Dec 12, 2016 at 11:03 AM, R. David Murray <[email protected]>
--
Kevin O'Gorman
#define QUESTION ((bb) || (!bb)) /* Shakespeare */ Please consider the environment before printing this email. |
Making a 'flags' subheading in module contents would be reasonable. Alternatively we could just drop that parenthetical, since the descriptions for each flag are themselves cross-linked. |
Well, my original problem is that I wanted to find out what the flags did On Sat, Dec 17, 2016 at 6:13 AM, R. David Murray <[email protected]>
--
Kevin O'Gorman
#define QUESTION ((bb) || (!bb)) /* Shakespeare */ Please consider the environment before printing this email. |
Oh, and on the alphabetized list, I suggest NOT listing synonyms together, On Sat, Dec 17, 2016 at 6:13 AM, R. David Murray <[email protected]>
--
Kevin O'Gorman
#define QUESTION ((bb) || (!bb)) /* Shakespeare */ Please consider the environment before printing this email. |
(Please delete the message you are replying to when responding to bug tracker emails.) I think a section heading would be good (three subheads under module contents: functions, flags, and exceptions). I'm less in favor of alphabetical entries for synonyms. We'll see what others think. |
…H-93000) Fixes pythonGH-73137 (cherry picked from commit b7a6610) Co-authored-by: Stanley <[email protected]>
…H-93000) Fixes pythonGH-73137 (cherry picked from commit b7a6610) Co-authored-by: Stanley <[email protected]>
Fixes GH-73137 (cherry picked from commit b7a6610) Co-authored-by: Stanley <[email protected]>
Fixes GH-73137 (cherry picked from commit b7a6610) Co-authored-by: Stanley <[email protected]>
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:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: