~tgc/mailman/2.1-da

« back to all changes in this revision

Viewing changes to Mailman/versions.py

  • Committer: Mark Sapiro
  • Date: 2013-04-07 05:54:18 UTC
  • Revision ID: msapiro@value.net-20130407055418-3ocsw3ajga2vv82l
Defended against buggy web servers that don't include an empty
QUERY_STRING in the CGI environment.  (LP: 1160647)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 1998-2013 by the Free Software Foundation, Inc.
 
1
# Copyright (C) 1998-2011 by the Free Software Foundation, Inc.
2
2
#
3
3
# This program is free software; you can redistribute it and/or
4
4
# modify it under the terms of the GNU General Public License
313
313
            pass
314
314
        else:
315
315
            l.digest_members[k] = 0
316
 
    # from_is_list was called author_is_list in 2.1.16rc2 (only).
317
 
    PreferStored('author_is_list', 'from_is_list',
318
 
                 mm_cfg.DEFAULT_FROM_IS_LIST)
319
316
 
320
317
 
321
318