]> granicus.if.org Git - python/commitdiff
Add a docstring at the top of Tools/ssl/make_ssl_data.py
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 22 Jun 2012 20:07:01 +0000 (22:07 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 22 Jun 2012 20:07:01 +0000 (22:07 +0200)
Tools/ssl/make_ssl_data.py

index 87b3ec2c6b3e0fdb22c7e99452ba3c0a865dc88d..10244d106f029ff041291f75f6568e69d43ff937 100644 (file)
@@ -1,5 +1,16 @@
 #! /usr/bin/env python3
 
+"""
+This script should be called *manually* when we want to upgrade SSLError
+`library` and `reason` mnemnonics to a more recent OpenSSL version.
+
+It takes two arguments:
+- the path to the OpenSSL include files' directory
+  (e.g. openssl-1.0.1-beta3/include/openssl/)
+- the path to the C file to be generated
+  (probably Modules/_ssl_data.h)
+"""
+
 import datetime
 import os
 import re