Fw: [Mailman-Developers] 2.1b1 "bad character range" error
Barry A. Warsaw
barry@zope.com
Thu, 18 Apr 2002 23:38:52 -0400
>>>>> "SKM" == Sarah K Miller <techgrrl@beeze.com> writes:
SKM> I discovered that this error is caused when there is a dash
SKM> (-) entered in the Regexp for the topic keywords. Remove the
SKM> dash, end of error.
Probably depends on where the dash is. Can you show me the exact
regexp you entered?
Also, note that Python's regexp syntax is described here:
http://www.python.org/doc/current/lib/re-syntax.html
-Barry