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 Andi McClure
Recipients Andi McClure, docs@python, zwol
Date 2015-11-27.16:14:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448640865.65.0.17947416032.issue25743@psf.upfronthosting.co.za>
In-reply-to
Content
I would like to request also a clear explanation be given for the documentation in the 2.7 branch. From https://docs.python.org/2.7/library/re.html :

"\w ... If UNICODE is set, this will match the characters [0-9_] plus whatever is classified as alphanumeric in the Unicode character properties database"

This is ambiguous. Does it mean the "Alphabetic" property from UAX#44? Does it mean something else?
History
Date User Action Args
2015-11-27 16:14:25Andi McCluresetrecipients: + Andi McClure, docs@python, zwol
2015-11-27 16:14:25Andi McCluresetmessageid: <1448640865.65.0.17947416032.issue25743@psf.upfronthosting.co.za>
2015-11-27 16:14:25Andi McClurelinkissue25743 messages
2015-11-27 16:14:25Andi McClurecreate