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 rhettinger
Recipients docs@python, ipolcak, rhettinger, serhiy.storchaka, xiang.zhang
Date 2017-01-17.09:11:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484644297.16.0.312385892757.issue29291@psf.upfronthosting.co.za>
In-reply-to
Content
I concur with Serhiy and Xiang that the docs are correct as-is.  Also IMO, the proposed rewording will cause more confusion than it cures.  Since this issue hasn't previously come up in the rather long life span of the re module, it suggests that most folks are getting the understanding they need from the existing docs.

I think it is the job for regex tutorials (rather than the main docs) to show when to use "<.*?><span>" versus "<[^>]*><span>".
History
Date User Action Args
2017-01-17 09:11:37rhettingersetrecipients: + rhettinger, docs@python, serhiy.storchaka, xiang.zhang, ipolcak
2017-01-17 09:11:37rhettingersetmessageid: <1484644297.16.0.312385892757.issue29291@psf.upfronthosting.co.za>
2017-01-17 09:11:37rhettingerlinkissue29291 messages
2017-01-17 09:11:36rhettingercreate