Message278737
Patch v2 also adds a new attribute to context objects. With this I can work around my Google server bug:
context = ssl.create_default_context(ssl.Purpose.SERVER_AUTH)
context.suppress_ragged_eofs = True
handler = urllib.request.HTTPSHandler(context=context)
urlopen = urllib.request.build_opener(handler).open
urlopen(Request(url="https://accounts.google.com/o/oauth2/token", ...)) |
|
Date |
User |
Action |
Args |
2016-10-15 23:30:20 | martin.panter | set | recipients:
+ martin.panter, christian.heimes |
2016-10-15 23:30:19 | martin.panter | set | messageid: <1476574219.76.0.813969768472.issue27815@psf.upfronthosting.co.za> |
2016-10-15 23:30:19 | martin.panter | link | issue27815 messages |
2016-10-15 23:30:19 | martin.panter | create | |
|