]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Simplify return value of ssl.get_default_verify_paths
authorChristian Heimes <christian@cheimes.de>
Fri, 14 Jun 2013 13:14:29 +0000 (15:14 +0200)
committerChristian Heimes <christian@cheimes.de>
Fri, 14 Jun 2013 13:14:29 +0000 (15:14 +0200)
commit200bb1b08c9e9137066c030ae8ca17621156d847
tree218471267c8684d8bc6415fc088b67146f93e770
parent13728a57c8d3ee4a4453fd21d2975b1e9e3bac1b
Simplify return value of ssl.get_default_verify_paths
prefix function with PySSL_, too. Other module level functions have a prefix, too.
Modules/_ssl.c