This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author meatballhat
Recipients meatballhat
Date 2010-05-20.02:45:13
SpamBayes Score 0.019677265
Marked as misclassified No
Message-id <1274323516.06.0.854227668919.issue8773@psf.upfronthosting.co.za>
In-reply-to
Content
While running various modules with the ``-m`` flag to check for command-line behavior, I noticed that the mailbox module currently has svn:executable set.  The module contains no ``if __name__ == '__main__'`` magic and, as one would expect, nothing happens when invoking ``python3 -m mailbox``.  Because svn doesn't support an extended diff format that deals with file modes, I would just propose that somebody with commit rights do the following::

    svn propdel svn:executable Lib/mailbox.py
History
Date User Action Args
2010-05-20 02:45:16meatballhatsetrecipients: + meatballhat
2010-05-20 02:45:16meatballhatsetmessageid: <1274323516.06.0.854227668919.issue8773@psf.upfronthosting.co.za>
2010-05-20 02:45:14meatballhatlinkissue8773 messages
2010-05-20 02:45:13meatballhatcreate