Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

packaging shows up on docs.python.org/dev #60273

Closed
cjerdonek opened this issue Sep 28, 2012 · 4 comments
Closed

packaging shows up on docs.python.org/dev #60273

cjerdonek opened this issue Sep 28, 2012 · 4 comments
Labels
docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@cjerdonek
Copy link
Member

BPO 16069
Nosy @birkenfeld, @cjerdonek

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2012-09-28.15:03:39.485>
created_at = <Date 2012-09-28.03:08:12.914>
labels = ['type-feature', 'docs']
title = 'packaging shows up on docs.python.org/dev'
updated_at = <Date 2012-09-28.16:12:41.951>
user = 'https://github.com/cjerdonek'

bugs.python.org fields:

activity = <Date 2012-09-28.16:12:41.951>
actor = 'georg.brandl'
assignee = 'docs@python'
closed = True
closed_date = <Date 2012-09-28.15:03:39.485>
closer = 'georg.brandl'
components = ['Documentation']
creation = <Date 2012-09-28.03:08:12.914>
creator = 'chris.jerdonek'
dependencies = []
files = []
hgrepos = []
issue_num = 16069
keywords = []
message_count = 4.0
messages = ['171400', '171484', '171497', '171498']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'chris.jerdonek', 'docs@python']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue16069'
versions = ['Python 3.3']

@cjerdonek
Copy link
Member Author

Date: Tue, 11 Sep 2012 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 )

@cjerdonek cjerdonek added docs Documentation in the Doc dir type-feature A feature request or enhancement labels Sep 28, 2012
@birkenfeld
Copy link
Member

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.

@cjerdonek
Copy link
Member Author

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?

@birkenfeld
Copy link
Member

Ah yes, I missed those as well.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants