[New-bugs-announce] [issue23245] urllib2: urlopen() gets exception(kwargs bug?)

Douman report at bugs.python.org
Thu Jan 15 07:01:34 CET 2015


New submission from Douman:

I get strange callstack from urllib2

It seems that python thinks that HTTPSConnection doesn't have context argument.
Which is entirely incorrect. 
I have suspicions that this is related to the way how context argument is passed(kwargs)
This happens starting from python 2.7.9

----------
components: Extension Modules
files: callstack_urllib2
messages: 234055
nosy: Douman
priority: normal
severity: normal
status: open
title: urllib2: urlopen() gets exception(kwargs bug?)
type: compile error
versions: Python 2.7
Added file: http://bugs.python.org/file37713/callstack_urllib2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23245>
_______________________________________


More information about the New-bugs-announce mailing list