On Tue, Jan 19, 2016 at 02:48:41PM +0100, Christian Heimes wrote:
A lot of Python files start with a #!/usr/bin/python shebang
although
the files are neither executables nor designed as scripts. Shebangs are
only required for executable scripts.
Without unnecessary shebangs it's a bit easier to track Python 3
porting.
ACK