[issue15311] Dev Guide update hook broken

2012-08-02 Thread Martin v . Löwis
Martin v. Löwis added the comment: I added an automated build process, yes. However, the current text is incorrect as it states that the build occurs immediately through a hook. This is not the case; instead, there is a cronjob that pulls changes. I refuse to report the frequency with which t

[issue15311] Dev Guide update hook broken

2012-08-02 Thread Ezio Melotti
Ezio Melotti added the comment: I think MvL fixed it. -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue15311] Dev Guide update hook broken

2012-08-02 Thread Chris Jerdonek
Chris Jerdonek added the comment: Has this issue been resolved? I saw that the following change is on the web site today: http://hg.python.org/devguide/rev/851adff2d434 (though I didn't verify it immediately, just 6 hours after). -- ___ Python tra

[issue15311] Dev Guide update hook broken

2012-07-27 Thread Chris Jerdonek
Chris Jerdonek added the comment: Thanks, Ned! Renaming the issue title to be more specific. -- keywords: -easy, patch title: Developer Guide doesn't get updated once a day -> Dev Guide update hook broken ___ Python tracker