Ticket #568 (closed bug: fixed)

Opened 22 months ago

Last modified 22 months ago

listen refuses to run under python 2.5

Reported by: mariano Owned by: theli
Priority: minor Milestone: 0.6
Component: Core Version: trunk
Keywords: Cc:

Description

Python 2.5 requires "-*- coding: foo -*-" tag if there's non-ascii character anywhere in source file. Two files are affected in this way: const.py and song.py. The latter contains some weirdo character in comment which I just removed.

Attachments

listen-python2.5.diff (0.7 kB) - added by mariano 22 months ago.

Change History

Changed 22 months ago by mariano

Changed 22 months ago by theli

  • owner set to theli
  • status changed from new to assigned
  • milestone set to 0.6

Changed 22 months ago by theli

  • status changed from assigned to closed
  • resolution set to fixed

(In [699]) Add encoding in each python file for python 2.5. fixes #568 and refs #568

Note: See TracTickets for help on using tickets.