File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ built-in function::
21
21
>>> import certifi
22
22
23
23
>>> certifi.where()
24
- '/usr/local/lib/python2 .7/site-packages/certifi/cacert.pem'
24
+ '/usr/local/lib/python3 .7/site-packages/certifi/cacert.pem'
25
25
26
26
Or from the command line::
27
27
28
28
$ python -m certifi
29
- /usr/local/lib/python2 .7/site-packages/certifi/cacert.pem
29
+ /usr/local/lib/python3 .7/site-packages/certifi/cacert.pem
30
30
31
31
Enjoy!
32
32
Original file line number Diff line number Diff line change 54
54
'License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)' ,
55
55
'Natural Language :: English' ,
56
56
'Programming Language :: Python' ,
57
- 'Programming Language :: Python :: 2' ,
58
- 'Programming Language :: Python :: 2.6' ,
59
- 'Programming Language :: Python :: 2.7' ,
60
57
'Programming Language :: Python :: 3' ,
61
58
'Programming Language :: Python :: 3.3' ,
62
59
'Programming Language :: Python :: 3.4' ,
You can’t perform that action at this time.
0 commit comments