Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #92408

Re: Did the 3.4.4 docs get published early?

Date 2015-06-10 19:02 +0200
From Jonas Wielicki <jonas@wielicki.name>
Subject Re: Did the 3.4.4 docs get published early?
References <CAOhmDzd-DTc2NP21LbyHZLrCL03RhwYo8jgZwfu4hULnbZ6-Mw@mail.gmail.com> <ml9i94$lbl$1@ger.gmane.org> <CAKJDb-PXFzKPZobe_fTHnYYiWKsn2OJoY2Z7QwitRbeBKp8epQ@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.350.1433955779.13271.python-list@python.org> (permalink)

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

On 10.06.2015 17:05, Zachary Ware wrote:
> On Jun 10, 2015 9:41 AM, "Mark Lawrence" <breamoreboy@yahoo.co.uk> wrote:
>>
>> On 10/06/2015 15:11, Nicholas Chammas wrote:
>>>
>>> For example, here is a "New in version 3.4.4" method:
>>>
>>> https://docs.python.org/3/library/asyncio-task.html#asyncio.ensure_future
>>>
>>> However, the latest release appears to be 3.4.3:
>>>
>>> https://www.python.org/downloads/
>>>
>>> Is this normal, or did the 3.4.4 docs somehow get published early by
>>> mistake?
>>>
>>> Nick
>>>
>>
>> I suspect that this is due to a trainee pilot being let loose too early
> with the time machine.  Failing that finger trouble when doing a commit.
> Thinking about it more likely the former rather than the latter :)
>>
> 
> Actually, it's just that the online docs reflect the latest documentation
> from a particular branch of the source repository, since the docs are
> continually improving and have no backwards compatibility constraints. This
> does mean we sometimes have anomalies like this, though.
> 
> If you truly need the docs as they were at the time of release, they are
> available, though I don't have a link handy on my phone.

You can (with javascript enabled) select the version for the docs at the
top right of the page. Also, just replacing the version number in the
URL works for the python 3 series (use 3.X even for python 3.0), even
farther back than the drop down menu allows.

regards,
jwi

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Did the 3.4.4 docs get published early? Jonas Wielicki <jonas@wielicki.name> - 2015-06-10 19:02 +0200

csiph-web