[Python-Dev] Any non-3.4.0 docs in "default"?
Serhiy Storchaka
storchaka at gmail.com
Thu Mar 13 18:54:13 CET 2014
13.03.14 17:16, Larry Hastings написав(ла):
> I'm strongly considering literally copying over all the content in Doc/
> from the default branch to the 3.4 branch. Not cherry-picking doc
> changes, simply copying everything en masse. I have two questions for
> the core devs.
>
> 1) Sound good?
>
> 2) Do you know of anything in Doc/ that shouldn't ship in 3.4.0? I know
> about the change to the build--3.4.1 won't auto-download Sphinx
> anymore. Is there anything else like that?
d843a1caba78 adds aliases for cp273 codec and documents it.
ea827c809765 updates pkgutil.find_loader() and documents this.
b637064cc696 improves the pickling of enums and updates the documentation.
dbf13a7d3987 adds debugging feasibility to asyncio and documents this.
a63327162063 mangles __parameters in __annotations__ dict properly and
mention this in whatsnews.
d50a95fab002 adds a format() method to tracemalloc.Traceback and
documents it.
eef7899ea7ab makes Sphinx specific changes.
95de14f53cf5 makes asyncio.BaseEventLoop.sock_connect() to raise an
error if the address is not resolved and document this.
If this changesets are not in rc3, corresponding Doc/* changes should be
reverted.
More information about the Python-Dev
mailing list