This repository was archived by the owner on Feb 13, 2025. It is now read-only.
forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit ed9f356
bpo-37105: Add deprecated-remove information on stream doc (python#13672)
* 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.1 parent a747c3a commit ed9f356
1 file changed
+16
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
70 | 74 |
| |
71 | 75 |
| |
72 | 76 |
| |
| |||
100 | 104 |
| |
101 | 105 |
| |
102 | 106 |
| |
107 | + | ||
108 | + | ||
109 | + | ||
110 | + | ||
103 | 111 |
| |
104 | 112 |
| |
105 | 113 |
| |
| |||
124 | 132 |
| |
125 | 133 |
| |
126 | 134 |
| |
135 | + | ||
136 | + | ||
137 | + | ||
138 | + | ||
127 | 139 |
| |
128 | 140 |
| |
129 | 141 |
| |
| |||
146 | 158 |
| |
147 | 159 |
| |
148 | 160 |
| |
161 | + | ||
162 | + | ||
163 | + | ||
164 | + | ||
149 | 165 |
| |
150 | 166 |
| |
151 | 167 |
| |
|
0 commit comments