This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: spurious Cron Daemon e-mails to docs@dinsdale.python.org
Type: Stage:
Components: Devguide, Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: chris.jerdonek, docs@python, eric.araujo, ezio.melotti, georg.brandl
Priority: normal Keywords:

Created on 2013-01-11 07:45 by chris.jerdonek, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg179643 - (view) Author: Chris Jerdonek (chris.jerdonek) * (Python committer) Date: 2013-01-11 07:45
Some spurious e-mails are sent to python-checkins, e.g.

Subject: [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
From: Cron Daemon root at python.org 
To:  docs@dinsdale.python.org

/home/docs/devguide/documenting.rst:766: WARNING: term not in glossary: bytecode

(from http://mail.python.org/pipermail/python-checkins/2013-January/118934.html )

The e-mail is spurious in part because "bytecode" links correctly on the actual online version.
msg179648 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2013-01-11 08:37
This is a known issue in older Sphinx versions.  I've updated the version used to build the devguide now; this should fix it.
msg179649 - (view) Author: Chris Jerdonek (chris.jerdonek) * (Python committer) Date: 2013-01-11 08:37
Great, thank you! :)
History
Date User Action Args
2022-04-11 14:57:40adminsetgithub: 61132
2013-01-11 08:37:52chris.jerdoneksetmessages: + msg179649
2013-01-11 08:37:17georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg179648
2013-01-11 07:45:16chris.jerdonekcreate