A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2016-January/142876.html below:

[Python-Dev] Devguide: Add a table summarizing status of Python branches

[Python-Dev] Devguide: Add a table summarizing status of Python branches [Python-Dev] Devguide: Add a table summarizing status of Python branchesVictor Stinner victor.stinner at gmail.com
Fri Jan 22 11:03:39 EST 2016
2016-01-21 18:18 GMT+01:00 Brett Cannon <brett at python.org>:
> It's live: https://docs.python.org/devguide/#status-of-python-branches

There is a very strange bug in this website.

This URL shows the table:
https://docs.python.org/devguide/

This URL doesn't show the table:
https://docs.python.org/devguide/index.html

Outdated version of the guide?

This bug can be seen without a browser, using wget:

$ wget  -O- https://docs.python.org/devguide/ 2>&1|grep 'Python branches'
<span id="branchstatus"></span><h2>Status of Python branches<(...)
<li><a class="reference internal"
href="#status-of-python-branches">Status of Python branches</a></li>

$ wget  -O- https://docs.python.org/devguide/index.html 2>&1|grep
'Python branches'
<not found, empty output>

Victor
More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4