Skip to content
Snippets Groups Projects
Commit 077d7ea6 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Print the search path when no "lists" file was found. Install the

start script as "mailman-discard" on Posix systems and
"mailman-discard.py" on Windows systems.
parent daeaaf56
No related branches found
No related tags found
No related merge requests found
2004-01-03 Per Cederqvist <ceder@ceder.dyndns.org>
* Version 0.1.1 released.
Print the search path when no "lists" file was found.
* mailman_discard/mailman_discard.py (main): Return an exit
status.
(read_cfg_lists): Return None and print a message if no lists was
found -- don't exit.
* mailman_discard/choices.py (find_first_return_candidates): New
function.
(find_first): Use it to simplify the code.
Install the start script as "mailman-discard" on Posix systems and
"mailman-discard.py" on Windows systems.
* MANIFEST.in: The wrapper script now has a .py extension.
* mailman-discard.py: New version of the wrapper shellscript.
* setup.py (disable_rename): New variable.
(install_scripts.run): Extend this method, so that it removes the
".py" extension from scripts on POSIX hosts, but not while
creating a binary windows distribution.
(bdist_wininst.run): Extend this method so that it sets
disable_rename.
(version): Bump to 0.1.1.
(setup): The script is now called mailman-discard.py. Override
the commands fro install_scripts and bdist_wininst, so that it can
be renamed to mailman-discard on POSIX platforms.
Windows portability.
* mailman_discard/choices.py (_setup_path): Use os.pathsep instead
of hard-coding ":".
* Version 0.1.0 released.
* Version 0.1.0 released (and recalled).
Update the prerequisites.
* README (Prerequisites): Updated.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment