https://bugs.gpodder.org/show_bug.cgi?id=1165
--- Comment #13 from Thomas Perl <[email protected]> 2010-10-25 11:48:55 BST --- (In reply to comment #12) > (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. Sorry for comment spamming here, but I just found another link that might provide us with said functionality in older Python versions: http://github.com/mitsuhiko/logbook/blob/master/logbook/_stringfmt.py -- 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
