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 effbot
Recipients
Date 2006-12-04.09:28:03
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
note that posix uses a special set syntax, [:name:], for this purpose:

[:alnum:]   [:cntrl:]   [:lower:]   [:space:]
[:alpha:]   [:digit:]   [:print:]   [:upper:]
[:blank:]   [:graph:]   [:punct:]   [:xdigit:]

adding a new character escape will probably break more existing expressions, but no matter what syntax we chose, this is (micro-)PEP territory.
History
Date User Action Args
2007-08-23 16:12:02adminlinkissue1528154 messages
2007-08-23 16:12:02admincreate