Eventually, but not just yet :)
Definitely by 3.4, but maybe earlier if it seems appropriate.
Cheers,
Nick.
--
Sent from my phone, thus the relative brevity :)
As for me, I like simple 'docs.python.org'.
On 2012-10-26, at 1:42 PM, Christian Heimes <chri...@python.org> wrote:
>> Are we still going to do that?
>
> How about http://docs2.python.org for the latest stable version of
> Python 2.x and http://docs3.python.org for the latest stable of Python
> 3.x? The py3k docs traditionally point to the latest development version.
The rest of UX is easy to ensure with a little JS ;)
Take a look at my patch attached to the issue 16331.
For beginners learning Python in classes, I suspect Python 3 is more used.
(I certainly hope so ;-).
So that's my concrete proposal:1. We pick a date (June next year sounds about right)2. We pick a stable URL prefix for the Python 2 docs (I vote "/2.x/")3. We start redirecting affected pages immediately4. We add a notice like the one above to the home page of the 2.7docs, announce it on the PSF blog, announce it far and wide
On Sat, Oct 27, 2012 at 3:44 PM, Yury Selivanov <yseliv...@gmail.com> wrote:Actually, there are at least a few very real harms that come from
> Start with docs switching to py3k by default. Â That shouldn't be harmful
> (and I hope that my docs theme patch will be accepted soon).
switching the docs over:
1. Many third party Python 2 tutorials include links to our docs. We
can't magically reach out to those sites and update their links, so
they will end up linking to Python 3 resources from Python 2 ones
2. It breaks links on sites like Stack Overflow and in mailing list
archives and our own bug tracker, which currently link to the main
docs to explain Python 2 behaviour
3. it completely breaks direct hyperlinks to names that no longer
exist in Python 3 (even the ones that exist under new names)
So that's my concrete proposal:
1. We pick a date (June next year sounds about right)
2. We pick a stable URL prefix for the Python 2 docs (I vote "/2.x/")
3. We start redirecting affected pages immediately
4. We add a notice like the one above to the home page of the 2.7
docs, announce it on the PSF blog, announce it far and wide