Please commit any PEP changes to hg.python.org/peps.
Also, sorry for the span on -checkins, I should not have enabled the notification hook before pushing all changes :)
Georg
In article imdluc$u51$1@dough.gmane.org, Georg Brandl g.brandl@gmx.net wrote:
Please commit any PEP changes to hg.python.org/peps.
Looks like the Version and Last-Modified keywords formerly supplied by svn are now AWOL on the generated web pages.
On 24.03.2011 02:35, Ned Deily wrote:
In article imdluc$u51$1@dough.gmane.org, Georg Brandl g.brandl@gmx.net wrote:
Please commit any PEP changes to hg.python.org/peps.
Looks like the Version and Last-Modified keywords formerly supplied by svn are now AWOL on the generated web pages.
Thanks, I've fixed that now (by locally enabling the keyword extension).
Georg
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 24/03/11 09:12, Georg Brandl wrote:
On 24.03.2011 02:35, Ned Deily wrote:
In article imdluc$u51$1@dough.gmane.org, Georg Brandl g.brandl@gmx.net wrote:
Please commit any PEP changes to hg.python.org/peps.
Looks like the Version and Last-Modified keywords formerly supplied by svn are now AWOL on the generated web pages.
Thanks, I've fixed that now (by locally enabling the keyword extension).
These requirements (activate the keyword extension, and set it to "**.txt" files) should be documented somewhere... :).
BTW, can I actually push to "hg.python.org/peps", as indicated?. I would expect something like "ssh://hg@hg.python.org/peps".
Jesus Cea Avion _/_/ _/_/_/ _/_/_/ jcea@jcea.es - http://www.jcea.es/ _/_/ _/_/ _/_/ _/_/ _/_/ jabber / xmpp:jcea@jabber.org _/_/ _/_/ _/_/_/_/_/ . _/_/ _/_/ _/_/ _/_/ _/_/ "Things are not so easy" _/_/ _/_/ _/_/ _/_/ _/_/ _/_/ "My name is Dump, Core Dump" _/_/_/ _/_/_/ _/_/ _/_/ "El amor es poner tu felicidad en la felicidad de otro" - Leibniz
On 24.03.2011 19:14, Jesus Cea wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 24/03/11 09:12, Georg Brandl wrote:
On 24.03.2011 02:35, Ned Deily wrote:
In article imdluc$u51$1@dough.gmane.org, Georg Brandl g.brandl@gmx.net wrote:
Please commit any PEP changes to hg.python.org/peps.
Looks like the Version and Last-Modified keywords formerly supplied by svn are now AWOL on the generated web pages.
Thanks, I've fixed that now (by locally enabling the keyword extension).
These requirements (activate the keyword extension, and set it to "**.txt" files) should be documented somewhere... :).
Well, I don't think it's required for anyone other than python.org. Those who edit the PEPs just need to keep the $Revision$ and $Date$ intact.
BTW, can I actually push to "hg.python.org/peps", as indicated?. I would expect something like "ssh://hg@hg.python.org/peps".
Yes, of course.
Georg
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 24/03/11 22:29, Georg Brandl wrote:
These requirements (activate the keyword extension, and set it to "**.txt" files) should be documented somewhere... :).
Well, I don't think it's required for anyone other than python.org. Those who edit the PEPs just need to keep the $Revision$ and $Date$ intact.
So, must I disable the extension KW again?. I am confused.
Maybe editors simply must keep "$Revision$" and "$Date$", since those keywords are expanded in the server, for showing in docs.python.org?.
Jesus Cea Avion _/_/ _/_/_/ _/_/_/ jcea@jcea.es - http://www.jcea.es/ _/_/ _/_/ _/_/ _/_/ _/_/ jabber / xmpp:jcea@jabber.org _/_/ _/_/ _/_/_/_/_/ . _/_/ _/_/ _/_/ _/_/ _/_/ "Things are not so easy" _/_/ _/_/ _/_/ _/_/ _/_/ _/_/ "My name is Dump, Core Dump" _/_/_/ _/_/_/ _/_/ _/_/ "El amor es poner tu felicidad en la felicidad de otro" - Leibniz
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
PEP 0001 still lists SVN as the way to checkout/commit PEPs. I guess that place would be the right place to document the details about keywords & mercurial.
Jesus Cea Avion _/_/ _/_/_/ _/_/_/ jcea@jcea.es - http://www.jcea.es/ _/_/ _/_/ _/_/ _/_/ _/_/ jabber / xmpp:jcea@jabber.org _/_/ _/_/ _/_/_/_/_/ . _/_/ _/_/ _/_/ _/_/ _/_/ "Things are not so easy" _/_/ _/_/ _/_/ _/_/ _/_/ _/_/ "My name is Dump, Core Dump" _/_/_/ _/_/_/ _/_/ _/_/ "El amor es poner tu felicidad en la felicidad de otro" - Leibniz
Am 25.03.2011 04:47, schrieb Jesus Cea:
On 24/03/11 22:29, Georg Brandl wrote:
These requirements (activate the keyword extension, and set it to "**.txt" files) should be documented somewhere... :).
Well, I don't think it's required for anyone other than python.org. Those who edit the PEPs just need to keep the $Revision$ and $Date$ intact.
So, must I disable the extension KW again?. I am confused.
No. You may enable the extension, or you may disable it, just as you like. It makes no difference.
Maybe editors simply must keep "$Revision$" and "$Date$", since those keywords are expanded in the server, for showing in docs.python.org?.
Editors may add the keywords, or they may remove them, just as they like. It does make a difference and is the choice of the editor. In any case, the PEPs don't show up in docs.python.org (AFAIK), but in http://www.python.org/dev/peps/.
Regards, Martin
On Thu, Mar 24, 2011 at 6:41 AM, Georg Brandl g.brandl@gmx.net wrote:
Please commit any PEP changes to hg.python.org/peps.
Also, sorry for the span on -checkins, I should not have enabled the notification hook before pushing all changes :)
With the quick and easy svn:external reference to docutils gone, could we get the README updated with where to find docutils?
Cheers, Nick.
On 26.03.2011 05:01, Nick Coghlan wrote:
On Thu, Mar 24, 2011 at 6:41 AM, Georg Brandl g.brandl@gmx.net wrote:
Please commit any PEP changes to hg.python.org/peps.
Also, sorry for the span on -checkins, I should not have enabled the notification hook before pushing all changes :)
With the quick and easy svn:external reference to docutils gone, could we get the README updated with where to find docutils?
I'd have thought that docutils is pretty much universally available nowadays. But you're right that README is out of date, I've updated it now.
Georg
On Sun, Mar 27, 2011 at 3:12 AM, Georg Brandl g.brandl@gmx.net wrote:
I'd have thought that docutils is pretty much universally available nowadays. But you're right that README is out of date, I've updated it now.
Yeah, it turned out to just be a "sudo apt-get python-docutils" away. I'm just unused to having to even think about it :)
Cheers, Nick.