[issue18972] Use argparse in email example scripts

2013-10-06 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you Georg for the review -- assignee: docs@python -> serhiy.storchaka resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker

[issue18972] Use argparse in email example scripts

2013-10-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1b1b1d4b28e8 by Serhiy Storchaka in branch 'default': Issue #18972: Modernize email examples and use the argparse module in them. http://hg.python.org/cpython/rev/1b1b1d4b28e8 -- nosy: +python-dev ___ Pyt

[issue18972] Use argparse in email example scripts

2013-10-06 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: FileType have some problems (see issue13824). -- ___ Python tracker ___ ___ Python-bugs-list maili

[issue18972] Use argparse in email example scripts

2013-10-06 Thread Georg Brandl
Georg Brandl added the comment: LGTM, please apply. (FileType is imported but not used in the second example?) -- nosy: +georg.brandl ___ Python tracker ___ _

[issue18972] Use argparse in email example scripts

2013-09-08 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Here is a patch which replaces optparse to argparse in the Doc/includes/email-dir.py and Doc/includes/email-unpack.py scripts. -- assignee: docs@python components: Documentation, email files: email_examples_argparse.patch keywords: patch messages: 1