Add python26 subpackage.
This update has been submitted for testing by jcollie.
This update has been pushed to testing
This update has reached 14 days in testing and can be pushed to stable now if the maintainer wishes
A trivial check and all seems well. $ python26 >>> from datetime import date, datetime, time >>> from babel.dates import format_date, format_datetime, format_time >>> d = date(2007, 4, 1) >>> format_date(d, locale='en') u'Apr 1, 2007' >>> format_date(d, locale='de_DE') u'01.04.2007'
This update has been submitted for stable by jcollie.
This update has been pushed to stable
Please login to add feedback.
Confirm request to re-trigger tests.
This update has been submitted for testing by jcollie.
This update has been pushed to testing
This update has reached 14 days in testing and can be pushed to stable now if the maintainer wishes
A trivial check and all seems well. $ python26 >>> from datetime import date, datetime, time >>> from babel.dates import format_date, format_datetime, format_time >>> d = date(2007, 4, 1) >>> format_date(d, locale='en') u'Apr 1, 2007' >>> format_date(d, locale='de_DE') u'01.04.2007'
This update has been submitted for stable by jcollie.
This update has been pushed to stable