From 6633925a0ff72a837321b50554a46de2395ab72a Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Sat, 13 Jul 2013 20:56:12 +0000 Subject: [PATCH] revert the Finnish date-format change (remove the four I added) svn: r22676 --- src/DateHandler/_Date_fi.py | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/DateHandler/_Date_fi.py b/src/DateHandler/_Date_fi.py index 7aef007aa..83269b171 100644 --- a/src/DateHandler/_Date_fi.py +++ b/src/DateHandler/_Date_fi.py @@ -139,14 +139,11 @@ class DateDisplayFI(DateDisplay): formats = ( "VVVV-KK-PP (ISO)", - "PP.KK.VVVV", - "kuukausi päivä, vuosi", - "kuukausi-lyhennys päivä, vuosi", - "päivä kuukausi vuosi", - "päivä kuukausi-lyhennys vuosi" + "PP.KK.VVVV" ) - # this must agree with DateDisplayEn's "formats" definition - # (since no locale-specific _display_gregorian exists, here) + # normally, this would agree with DateDisplayEn's "formats" + # (since no locale-specific _display_gregorian exists, here), + # but the locale-specific "display" (below) forces self.format = 1 def display(self, date): """