bpo-29481: DOC: mark which version typing.Deque added#61
bpo-29481: DOC: mark which version typing.Deque added#61tacaswell wants to merge 1 commit intopython:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #61 +/- ##
==========================================
+ Coverage 82.37% 82.37% +<.01%
==========================================
Files 1427 1427
Lines 350948 350948
==========================================
+ Hits 289091 289095 +4
+ Misses 61857 61853 -4
Continue to review full report at Codecov.
|
berkerpeksag
left a comment
There was a problem hiding this comment.
I've re-targeted this to master branch. We can then backport this to 3.6. For 3.5, we'll need a separate PR that adds .. versionadded:: 3.5.4.
There was a problem hiding this comment.
For 3.6 docs, we can remove .. versionadded:: 3.5.4.
|
Should the 3.5 one also target master? |
86b0fa5 to
5dd1ab0
Compare
|
fixed and force-pushed. I am currently running the CLA by my employer, it may be faster to just have someone else do this (given how minor it is). |
3.5 should be against 3.5 branch, but don't worry about that :) Core developers can do the 3.5 backport. |
Backport fix for test isolation from Python 3.8/3.7 Closes python#61 See merge request python-devs/importlib_resources!63

This is targeted at 3.6, but half of it should be backported to 3.5.