[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: hg ishow fails in clone of Artemis-repo



Last one:

[mirko@borg mercurial-crew]$ grep -A3 Z /usr/lib/python2.5/_strptime.py
replacement_pairs.extend([(tz, "%Z") for tz_values in self.timezone
                                                for tz in tz_values])
        for offset,directive in ((0,'%c'), (1,'%x'), (2,'%X')):
            current_format = date_time[offset]
--
'Z': self.__seqToRE((tz for tz_names in self.locale_time.timezone
                                        for tz in tz_names),
...