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 nadeem.vawda
Recipients giampaolo.rodola, nadeem.vawda
Date 2007-11-30.16:06:13
SpamBayes Score 0.07044247
Marked as misclassified No
Message-id <1196438773.87.0.864522201587.issue1519@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for pointing that out; I've uploaded a second patch that changes
 async_chat.__init__() to use 'sock' instead of 'conn'.

This change shouldn't affect anything either, since the argument is
simply passed to asyncore.dispatcher.__init__().
Files
File name Uploaded
asynchat.2.patch nadeem.vawda, 2007-11-30.16:06:13
History
Date User Action Args
2007-11-30 16:06:14nadeem.vawdasetspambayes_score: 0.0704425 -> 0.07044247
recipients: + nadeem.vawda, giampaolo.rodola
2007-11-30 16:06:13nadeem.vawdasetspambayes_score: 0.0704425 -> 0.0704425
messageid: <1196438773.87.0.864522201587.issue1519@psf.upfronthosting.co.za>
2007-11-30 16:06:13nadeem.vawdalinkissue1519 messages
2007-11-30 16:06:13nadeem.vawdacreate