Skip to content

bpo-37105: Add deprecated-remove information on stream doc - #13672

Merged
asvetlov merged 3 commits into
python:masterfrom
eamanu:add-deprectated
May 31, 2019
Merged

bpo-37105: Add deprecated-remove information on stream doc#13672
asvetlov merged 3 commits into
python:masterfrom
eamanu:add-deprectated

Conversation

@eamanu

@eamanueamanu commented May 30, 2019

Copy link
Copy Markdown
Contributor

According to the code on streams.py the functions:
open_connection(), start_server(), open_unix_connection(),
start_unix_server() are deprecated. I inform that on
documentation.

https://bugs.python.org/issue37105

According to the code on streams.py the functions:
``open_connection()``, ``start_server()``, ``open_unix_connection()``,
``start_unix_server()`` are deprecated. I infor that on
documentation.
@eamanu

Copy link
Copy Markdown
ContributorAuthor

I think the news could be skipped

I will open a bpo

@eamanueamanu changed the title Add deprecated-remove information on stream docbpo-37105: Add deprecated-remove information on stream docMay 31, 2019

@asvetlovasvetlov left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The problem is: the new stream API is not documented yet :)
I'm merging this PR but we need to write docs for new streams before release candidate.
Any help is welcome as usual

@bedevere-bot

Copy link
Copy Markdown

@asvetlov: Please replace # with GH- in the commit message next time. Thanks!

@eamanu

eamanu commented May 31, 2019

Copy link
Copy Markdown
ContributorAuthor

The problem is: the new stream API is not documented yet :)

@asvetlov I will take this :-)

@eamanu
eamanu deleted the add-deprectated branch May 31, 2019 22:28
aeros added a commit to aeros/cpython that referenced this pull request Sep 27, 2019
aeros added a commit to aeros/cpython that referenced this pull request Sep 28, 2019
DinoV pushed a commit to DinoV/cpython that referenced this pull request Jan 14, 2020
)
* Add deprecated-remove information on stream doc
According to the code on streams.py the functions:
``open_connection()``, ``start_server()``, ``open_unix_connection()``,
``start_unix_server()`` are deprecated. I infor that on
documentation.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@eamanu@bedevere-bot@Carreau@asvetlov@auvipy@the-knights-who-say-ni