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

Updated PEP 1 Process Flow diagram still not appearing on python.org #703

Closed
ncoghlan opened this issue Jul 8, 2018 · 5 comments
Closed

Comments

@ncoghlan
Copy link
Contributor

ncoghlan commented Jul 8, 2018

In #701, I concluded that the new PEP 1 process flow diagram was failing to appear because I'd changed the type from a PNG to an SVG.

However, even after switching the type back to PNG, https://www.python.org/dev/peps/pep-0001/pep-0001/process_flow.png is throwing Error 404.

For now, I'm assuming this is our old friend the "404 page captured in the Fastly cache masking a new site asset" problem. If it doesn't fix itself in the next few hours, then I'll file a bug against python.org.

@ncoghlan
Copy link
Contributor Author

ncoghlan commented Jul 8, 2018

Hmm, that URL appears to have a doubled pep-0001 entry in it, but https://www.python.org/dev/peps/pep-0001/process_flow.png doesn't resolve either.

@ncoghlan
Copy link
Contributor Author

ncoghlan commented Jul 8, 2018

Checking the other PEPs that included images showed that they all had their images directly in the root directory rather than in a subdirectory, so trying that for PEP 1 as well: 6208fa0

@ncoghlan
Copy link
Contributor Author

ncoghlan commented Jul 8, 2018

Even with the flattened reference, the new image is still 404: https://www.python.org/dev/peps/pep-0001/pep-0001-process_flow.png

@ncoghlan
Copy link
Contributor Author

ncoghlan commented Jul 8, 2018

Ah, cool - just needed to Ctrl-F5 the page in order to get the version with the fixed reference.

@ncoghlan ncoghlan closed this as completed Jul 8, 2018
@ncoghlan
Copy link
Contributor Author

ncoghlan commented Jul 8, 2018

Final location of the image: https://www.python.org/m/dev/peps/pep-0001/pep-0001-process_flow.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant