[Mailman-Users] Fwd: Uncaught runner exception

Mark Sapiro mark at msapiro.net
Wed Mar 20 13:54:08 EDT 2019


On 3/20/19 5:31 AM, Lothar Schilling wrote:
> 
> There is just one
> 
> /usr/lib64/python2.6/string.py
> 
> yielding
> 
> lowercase = 'abcdefghijklmnopqrstuvwxyz'.


You could try one more thing. Run Mailman's

bin/withlist -i
...
>>> from string import lowercase
>>> lowercase
(response)
>>> import string
>>> string
(response)

and see if that returns the extended lowercase and where it says
lowercase comes from.

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan


More information about the Mailman-Users mailing list