[issue22875] asyncio: call_soon() documentation unclear on timing

2014-11-14 Thread Corbin Simpson
New submission from Corbin Simpson: Hi there! While assisting somebody on #python (where manners go to die), I was consulting asyncio's documentation. Given my unfamiliarity with asyncio, I was surprised to read BaseEventLoop.call_soon()'s documented behavior: "Arrange for a

[issue6442] Backwards __contains__/has_key in xml/sax/xmlreader.py

2009-07-08 Thread Corbin Simpson
New submission from Corbin Simpson : Not a big deal, but these two methods were backwards in AttributesImpl in xml/sax/xmlreader.py, and it was causing fun little problems in some of my code on Python 2.6.0, so I decided to whip up a patch. (Of course, this is fixed in Py3k since has_key() got