https://bugs.gpodder.org/show_bug.cgi?id=1165
--- Comment #12 from Thomas Perl <[email protected]> 2010-10-25 11:47:19 BST --- (In reply to comment #11) > Another way is available in newer Python versions: > > '{0} episode'.format(1) > 'one episode'.format(1) This works in Python 2.6 onwards. We might need to provide a custom solution 2.5 or just stick with the dict-based approach for the time being. -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
