This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author srid
Recipients srid
Date 2010-04-27.18:31:18
SpamBayes Score 0.0017600507
Marked as misclassified No
Message-id <1272393080.82.0.0882803221687.issue8549@psf.upfronthosting.co.za>
In-reply-to
Content
Modules/_ssl.c

guido@36917	
    64
enum py_ssl_version {
guido@36917	
    65
	PY_SSL_VERSION_SSL2,
guido@36917	
    66
	PY_SSL_VERSION_SSL3,
guido@36917	
    67
	PY_SSL_VERSION_SSL23,
guido@36917	
    68
	PY_SSL_VERSION_TLS1,
guido@36917	
    69
};

Attached patch fixes this issue.
History
Date User Action Args
2010-04-27 18:31:20sridsetrecipients: + srid
2010-04-27 18:31:20sridsetmessageid: <1272393080.82.0.0882803221687.issue8549@psf.upfronthosting.co.za>
2010-04-27 18:31:19sridlinkissue8549 messages
2010-04-27 18:31:18sridcreate