in python 2.7 - the things we are sending can also be a 'memoryview' object
authorSeth Vidal <skvidal@fedoraproject.org>
Wed, 8 Sep 2010 19:03:48 +0000 (15:03 -0400)
committerSeth Vidal <skvidal@fedoraproject.org>
Wed, 8 Sep 2010 19:03:48 +0000 (15:03 -0400)
commit7c0ab04b1f86814f50f33e0601398fa4e845e934
treee840324b4011f1d8dcb897c33348fb96db323796
parenta65d25302707eea8c109735a983f082a3f485c14
in python 2.7 - the things we are sending can also be a 'memoryview' object
so if we get one of those -convert it using tobytes() as its internal object
certmaster/SSLConnection.py