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.
Created on 2012年09月28日 03:08 by chris.jerdonek, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg171400 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2012年09月28日 03:08 | |
Date: 2012年9月11日 16:20:54 +0200 To: docs@python.org Subject: [docs] packaging documentation should be removed docs.python.org/dev still carries documentation for packaging, despite the package having been removed. http://docs.python.org/dev/library/packaging.html has "3.3.0a4 Documentation" in the footer, so I presume that the page is a leftover. Google returns results which point to the obsolete page, which is misleading. (from http://mail.python.org/pipermail/docs/2012-September/010519.html ) |
|||
| msg171484 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2012年09月28日 15:03 | |
Should be fixed now. The daily builds are just copied over to /dev, so removed pages don't get removed automatically. I could add an "rm -r" to the dailybuild steps, but that would cause a few moments of missing pages for everyone browsing /dev at that moment. |
|||
| msg171497 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2012年09月28日 15:54 | |
Thanks a lot, Georg. FYI, though, the page linked to in the original e-mail still seems to show up for me: http://docs.python.org/dev/library/packaging.html Is this change something that won't necessarily take effect right away? |
|||
| msg171498 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2012年09月28日 16:12 | |
Ah yes, I missed those as well. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:36 | admin | set | github: 60273 |
| 2012年09月28日 16:12:41 | georg.brandl | set | messages: + msg171498 |
| 2012年09月28日 15:54:38 | chris.jerdonek | set | messages: + msg171497 |
| 2012年09月28日 15:03:39 | georg.brandl | set | status: open -> closed nosy: + georg.brandl messages: + msg171484 resolution: fixed |
| 2012年09月28日 03:08:12 | chris.jerdonek | create | |