Facundo Batista wrote:
> In the PEP text (example:
>
> http://svn.python.org/view/peps/trunk/pep-0002.txt?rev=56077&view=auto
>
> ), it says "Last-Modified: $Date$". That $Date$ is being translated in
> the checkout or update by subversion. Maybe there is a $C-locale-Date$
> for subversion to a
>>> - Find a way to specify something in the original PEP file so SVN
>>> translates always the dates in English.
>> Are you sure you are talking about the file that contains the
>> PEP itself? Or are you perhaps talking about the source code of
>> docutils?
>
> In the PEP text (example:
>
> ht
2007/10/12, "Martin v. Löwis" <[EMAIL PROTECTED]>:
> > - Find a way to specify something in the original PEP file so SVN
> > translates always the dates in English.
>
> Are you sure you are talking about the file that contains the
> PEP itself? Or are you perhaps talking about the source code of
>
> Looking the file through the web browser, I see:
>
> Version: $Revision$
> Last-Modified: $Date$
>
> So, SVN is touching that. I guess that that is actually the idea, but
> is breaking thing for us-non-7bits-speakers, :)
Please read about the svn:keywords feature, and yes, that is the idea
2007/10/12, "Martin v. Löwis" <[EMAIL PROTECTED]>:
> I believe it's subversion that is doing something wrong. In my copy
> of the file, I get
>
> # Contact: [EMAIL PROTECTED]
> # Revision: $Revision: 4152 $
> # Date: $Date: 2005-12-08 00:46:30 +0100 (Do, 08 Dez 2005) $
Looking the file through th
> # Date: $Date: 2005-12-07 20:46:30 -0300 (mié, 07 dic 2005) $
>
> A *lot* of files failed this way. I started to fix them (-*- coding
> -*- line at the start), but then I thought that maybe *I* was doing
> something wrong, because it's strange that nobody noticed this
> before...
>
> So, shal