New submission from Dan Buch <daniel.b...@gmail.com>: 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 ---------- components: Library (Lib) messages: 106128 nosy: meatballhat priority: normal severity: normal status: open title: mailbox module is needlessly executable versions: Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8773> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com