[issue15949] docs.python.org not getting updated

2012-09-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9c83e309 by Ezio Melotti in branch '3.2': #15949, #15899: use \ufffd instead of ?. http://hg.python.org/cpython/rev/9c83e309 New changeset 1aebae2f68da by Ezio Melotti in branch 'default': #15949, #15899: merge with 3.2. http://hg.python.org

[issue15949] docs.python.org not getting updated

2012-09-22 Thread Ezio Melotti
Ezio Melotti added the comment: > The distinction between ? vs. � for encode() and decode() > is in the Python docs, but it's not prominent. The point is that I'm not even sure we make any guarantees about the replacement characters that we use. I should check again what the Unicode standard

[issue15949] docs.python.org not getting updated

2012-09-22 Thread Chris Jerdonek
Chris Jerdonek added the comment: The distinction between ? vs. � for encode() and decode() is in the Python docs, but it's not prominent. It's mentioned in codecs's "Codec Base Classes" but not in the encode() and decode() docs themselves: http://docs.python.org/dev/library/codecs.html#codec

[issue15949] docs.python.org not getting updated

2012-09-22 Thread Ezio Melotti
Ezio Melotti added the comment: > I usually get the result of the cronjob via email if there's a failure; Maybe it should go to python-committers or some other public ML, so that other devs can see and possibly fix the issue. > I wonder if `make patchcheck` could be enhanced to check > for un

[issue15949] docs.python.org not getting updated

2012-09-22 Thread Chris Jerdonek
Chris Jerdonek added the comment: In the future, now that a few more people know, we could always look to see what doc changes were made since the last "publication" of the docs (or run the other `make` commands locally, or ideally, beforehand in cases that warrant it). The fact that 2.7 publ

[issue15949] docs.python.org not getting updated

2012-09-22 Thread Georg Brandl
Georg Brandl added the comment: I usually get the result of the cronjob via email if there's a failure; for a few weeks now this went to my spam folder, so I didn't immediately see something was wrong. -- ___ Python tracker

[issue15949] docs.python.org not getting updated

2012-09-22 Thread Ezio Melotti
Ezio Melotti added the comment: This should be fixed now. It would be nice if Sphinx could send a notification mail in case of failure, so that the next time we will notice and fix the problem earlier. -- assignee: docs@python -> ezio.melotti resolution: -> fixed stage: -> committed/

[issue15949] docs.python.org not getting updated

2012-09-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0799fd1f8887 by Ezio Melotti in branch '3.2': #15949, 15899: avoid using non-latin1 chars in the doc (they break `make all-pdf`). http://hg.python.org/cpython/rev/0799fd1f8887 New changeset 832999a97e59 by Ezio Melotti in branch 'default': #15949,

[issue15949] docs.python.org not getting updated

2012-09-22 Thread Ezio Melotti
Ezio Melotti added the comment: I'm working on it. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue15949] docs.python.org not getting updated

2012-09-22 Thread Martin v . Löwis
Martin v. Löwis added the comment: I think the issue was #15899, and the change 8a40bc71c072. -- ___ Python tracker ___ ___ Python-bug

[issue15949] docs.python.org not getting updated

2012-09-21 Thread Georg Brandl
Georg Brandl added the comment: When the docs don't update, there's usually an error in running Sphinx. In this case, the recently committed patch for #78982 (in the Unicode howto) prevents the LaTeX build (or more exact, the pdflatex run) from completing. Please revert that part of it. (Asi

[issue15949] docs.python.org not getting updated

2012-09-21 Thread Ned Deily
Ned Deily added the comment: I believe Georg maintains cronjobs for updating the docs. -- ___ Python tracker ___ ___ Python-bugs-list

[issue15949] docs.python.org not getting updated

2012-09-21 Thread Chris Jerdonek
Chris Jerdonek added the comment: The 2.7 docs seem not to be affected by this issue (they are current) -- just the docs for 3.2 and the default branch. -- versions: +Python 3.2, Python 3.3 ___ Python tracker

[issue15949] docs.python.org not getting updated

2012-09-19 Thread Chris Jerdonek
Changes by Chris Jerdonek : -- nosy: +loewis, ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue15949] docs.python.org not getting updated

2012-09-19 Thread Chris Jerdonek
Chris Jerdonek added the comment: It has been 8 days since the last update. -- priority: normal -> high ___ Python tracker ___ ___ Pyt

[issue15949] docs.python.org not getting updated

2012-09-15 Thread Ezio Melotti
Ezio Melotti added the comment: http://docs.python.org/dev/py3k/reference/datamodel.html says "Last updated on Sep 11, 2012". -- nosy: +ezio.melotti, georg.brandl type: -> behavior ___ Python tracker

[issue15949] docs.python.org not getting updated

2012-09-15 Thread Chris Jerdonek
New submission from Chris Jerdonek: docs.python.org doesn't seem to be getting updated anymore. For example, this revision from Tuesday, Sept 11 is not reflected: http://hg.python.org/cpython/rev/c8d60d0c736b -- assignee: docs@python components: Documentation messages: 170525 nosy: cj