Re: [Python-Dev] UTF8 in the PEP branch
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 > docutils? 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 automatically put the date there using C locale and not the one of the user. I don't know if it exists, though. > AFAICT, the problem is in docutils, not in the PEPs. Me too, that's why I prefer point 2. > > - Touch the .py and adapt them to support this characters. > > > > I prefer point 2. > > > > What do you think? (if it's ok, I'll add the "coding" line in the > > files where is needed). > > I cannot answer that question, because I don't understand your > proposal. What file would you like to touch, and are you sure > you have write permission to it? Yes, I have permission. Of course I need to raise this in docutils mail list. Thanks!! -- .Facundo Blog: http://www.taniquetil.com.ar/plog/ PyAr: http://www.python.org/ar/ ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] UTF8 in the PEP branch
>>> - 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: > > 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. Certainly. However, why does that cause a problem *in the PEP file*? > Maybe there is a $C-locale-Date$ > for subversion to automatically put the date there using C locale and > not the one of the user. > > I don't know if it exists, though. No, that's not supported. The Id keyword gets replaced with a locale-independent ISO 8601 string, though. Regards, Martin ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] SVN down?
Guess what? It's down the third time this week ... Christian ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] SVN down?
> Guess what? It's down the third time this week ... Guess what? I restarted it now only the second time this week. Regards, Martin ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
