Add certifi.contents() (#5989)

Added in commit:
3e585603ff

Available since version 2020.04.05.
This commit is contained in:
Jon Dufresne
2021-08-31 21:10:04 -07:00
committed by GitHub
parent 026405b014
commit a9a612df98
2 changed files with 2 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
version = "0.1"
version = "2020.4"
python2 = true

View File

@@ -1 +1,2 @@
def where() -> str: ...
def contents() -> str: ...