[issue38486] Dead links in mailbox doc
New submission from Inada Naoki <songofacandy@gmail.com>: Reported on mailing list: https://mail.python.org/archives/list/docs@python.org/thread/NIXFQMWFNSNO6RX... qmail.org is dead. The mailbox doc [1] contains two links to man pages in qmail.org. Can we just remove them? [1] https://docs.python.org/3/library/mailbox.html ---------- assignee: docs@python components: Documentation messages: 354738 nosy: docs@python, inada.naoki priority: normal severity: normal status: open title: Dead links in mailbox doc versions: Python 3.7, Python 3.8, Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38486> _______________________________________
Change by Karthikeyan Singaravelan <tir.karthi@gmail.com>: ---------- components: +email nosy: +barry, maxking, r.david.murray _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38486> _______________________________________
Mariatta <mariatta@python.org> added the comment: Seems like we meant to reference to the maildir specification, which used to be hosted in qmail.com Since qmail is gone, how about we refer to maildir info here? https://wiki2.dovecot.org/MailboxFormat/Maildir ---------- nosy: +Mariatta _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38486> _______________________________________
Change by Zackery Spytz <zspytz@gmail.com>: ---------- keywords: +patch nosy: +ZackerySpytz nosy_count: 6.0 -> 7.0 pull_requests: +21294 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22239 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38486> _______________________________________
Change by Barry A. Warsaw <barry@python.org>: ---------- versions: +Python 3.10 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38486> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset ec388cfb4ede56dace2bb78851ff6f38fa2a6abe by Zackery Spytz in branch 'master': bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239) https://github.com/python/cpython/commit/ec388cfb4ede56dace2bb78851ff6f38fa2... ---------- nosy: +miss-islington _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38486> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +21832 pull_request: https://github.com/python/cpython/pull/22901 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38486> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +21833 pull_request: https://github.com/python/cpython/pull/22902 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38486> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +21834 pull_request: https://github.com/python/cpython/pull/22903 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38486> _______________________________________
Barry A. Warsaw <barry@python.org> added the comment: Thanks for the PR @ZackerySpytz - this has landed in git head and is currently being backported to 3.9 and 3.8 (3.7 is in security-fix only mode). ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.7 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38486> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset cd894b1094ac472ceb98fe15a28ebeb8301fc079 by Miss Skeleton (bot) in branch '3.8': [3.8] bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239) (GH-22902) https://github.com/python/cpython/commit/cd894b1094ac472ceb98fe15a28ebeb8301... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38486> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset 69479ecfa86cc2f0e70d5627d52907e82c3f5b9b by Miss Skeleton (bot) in branch '3.9': [3.9] bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239) (GH-22901) https://github.com/python/cpython/commit/69479ecfa86cc2f0e70d5627d52907e82c3... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38486> _______________________________________
participants (6)
-
Barry A. Warsaw -
Inada Naoki -
Karthikeyan Singaravelan -
Mariatta -
miss-islington -
Zackery Spytz