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 belopolsky
Recipients belopolsky, benjamin.peterson, cgwalters, cvrebert, dexen, eric.araujo, fperez, loewis, mark.dickinson, mcepl, nwerneck, r.david.murray, rhettinger, vstinner
Date 2010-08-04.22:21:48
SpamBayes Score 6.3508836e-05
Marked as misclassified No
Message-id <1280960510.0.0.943691604794.issue1170@psf.upfronthosting.co.za>
In-reply-to
Content
I don't like my patch anymore because it breaks code that manipulates public wordchars attribute.  Users may want to set it to their own alphabet or append additional characters to the default list.  Maybe wordchars should always be "non-posix" wordchars and iswordchar posix mode test be c.isalnum() or c in self.wordchars?
History
Date User Action Args
2010-08-04 22:21:50belopolskysetrecipients: + belopolsky, loewis, rhettinger, mark.dickinson, vstinner, dexen, benjamin.peterson, cgwalters, mcepl, eric.araujo, r.david.murray, nwerneck, cvrebert, fperez
2010-08-04 22:21:49belopolskysetmessageid: <1280960510.0.0.943691604794.issue1170@psf.upfronthosting.co.za>
2010-08-04 22:21:48belopolskylinkissue1170 messages
2010-08-04 22:21:48belopolskycreate