This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nailor
Recipients Jakub.Gedeon, docs@python, nailor
Date 2011-11-02.07:41:33
SpamBayes Score 0.0063182013
Marked as misclassified No
Message-id <1320219694.73.0.248776060968.issue13147@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.x seems to have the error_callback parameter on all *_async operations. However, 2.7 lacks it. I think adding the actual error_callback would be deemed as a new feature, so the right thing would just be removing the documentation.

I'll whip up a patch to remove this from the documentation
History
Date User Action Args
2011-11-02 07:41:34nailorsetrecipients: + nailor, docs@python, Jakub.Gedeon
2011-11-02 07:41:34nailorsetmessageid: <1320219694.73.0.248776060968.issue13147@psf.upfronthosting.co.za>
2011-11-02 07:41:34nailorlinkissue13147 messages
2011-11-02 07:41:33nailorcreate