[issue24667] OrderedDict.popitem() raises KeyError

2015-07-19 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue24667] OrderedDict.popitem() raises KeyError

2015-07-19 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: -> eric.snow nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue24667] OrderedDict.popitem() raises KeyError

2015-07-19 Thread Ian Cordasco
Changes by Ian Cordasco : -- nosy: +icordasc ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue24667] OrderedDict.popitem() raises KeyError

2015-07-19 Thread Cory Benfield
Changes by Cory Benfield : -- nosy: +Lukasa ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue24667] OrderedDict.popitem() raises KeyError

2015-07-19 Thread John Mark Vandenberg
Changes by John Mark Vandenberg : -- nosy: +John.Mark.Vandenberg ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24667] OrderedDict.popitem() raises KeyError

2015-07-19 Thread Fabian
New submission from Fabian: While testing pywikibot using requests and urllib3 on Python 3.6 we got an interesting error: == ERROR: testQueryApiGetter (tests.wikidataquery_tests.TestApiSlowFunctions) Test that we can actually r