This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author 4Dummies
Recipients 4Dummies, docs@python, r.david.murray
Date 2016-12-17.03:08:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAGVXcSbxSLJ5Kd2dtr-AH44agx8ouE+jJSmbgDkC=T14cJB_QA@mail.gmail.com>
In-reply-to <1481569402.68.0.145626334512.issue28951@psf.upfronthosting.co.za>
Content
Ordinarily when I see a cross-reference like that "the flags are described
in foo" I expect foo to have a heading "FLAGS" so I can tell I'm looking at
what was promised.  Not knowing much about flags, it was not clear to me
that those scattered lines re.A through re.X were the promised
descriptions.  I didn't even notice them until now, partly because it's
made more confusing by all the stuff that's out of alphabetic order.  Or I
think it is -- it's hard to tell because of things like re.S and re.DOTALL
being together.  My current guess is that the uppercase things come before
lowercase, but those odd pairings are definitely messing with my mind.

All of which is just to say it probably makes perfect sense to someone
who's used to it, but it's hard on someone new to these docs, and I'm not
even new to Python, just to the re module.

On Mon, Dec 12, 2016 at 11:03 AM, R. David Murray <report@bugs.python.org>
wrote:

>
> R. David Murray added the comment:
>
> 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.
>
> ----------
> nosy: +r.david.murray
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue28951>
> _______________________________________
>

-- 
Kevin O'Gorman
#define QUESTION ((bb) || (!bb))   /* Shakespeare */

Please consider the environment before printing this email.
Files
File name Uploaded
unnamed 4Dummies, 2016-12-17.03:08:23
History
Date User Action Args
2016-12-17 03:08:244Dummiessetrecipients: + 4Dummies, r.david.murray, docs@python
2016-12-17 03:08:244Dummieslinkissue28951 messages
2016-12-17 03:08:234Dummiescreate