Deprecate trio.ssl and trio.subprocess submodules#858
Deprecate trio.ssl and trio.subprocess submodules#858njsmith merged 1 commit intopython-trio:masterfrom
Conversation
The interesting pieces have moved to the main trio namespace; the reexports will be going away, with users accessing the standard `ssl` or `subprocess` module directly. Closes python-trio#852.
Codecov Report
@@ Coverage Diff @@
## master #858 +/- ##
==========================================
- Coverage 99.22% 99.21% -0.02%
==========================================
Files 101 101
Lines 12182 12174 -8
Branches 882 880 -2
==========================================
- Hits 12088 12078 -10
- Misses 73 75 +2
Partials 21 21
Continue to review full report at Codecov.
|
|
Weird coverage flapping strikes again. The reported misses are in |
Whatever is causing this seems to hit |
|
Looks good, thanks! |
The interesting pieces have moved to the main trio namespace; the reexports will be going away, with users accessing the standard
sslorsubprocessmodule directly.Closes #852.