~msapiro/mailman/htdig_mhonarc

« back to all changes in this revision

Viewing changes to Mailman/Archiver/pipermail.py

  • Committer: Mark Sapiro
  • Date: 2020-04-26 03:19:42 UTC
  • mfrom: (1629.5.163 htdig)
  • Revision ID: mark@msapiro.net-20200426031942-zk318gwv4bi1a66a
Merged from 2.1 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
from cStringIO import StringIO
14
14
from string import lowercase
15
15
 
 
16
# Work around for some misguided Python packages that add iso-8859-1
 
17
# accented characters to string.lowercase.
 
18
lowercase = lowercase[:26]
 
19
 
16
20
__version__ = '0.09 (Mailman edition)'
17
21
VERSION = __version__
18
22
CACHESIZE = 100    # Number of slots in the cache