Issue 1053: bogus attributes reported in asyncore doc (original) (raw)

Issue1053

Created on 2007-08-29 01:04 by giampaolo.rodola, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg55396 - (view) Author: Giampaolo Rodola' (giampaolo.rodola) * (Python committer) Date: 2007-08-29 01:04
http://docs.python.org/lib/module-asyncore.html asyncore documentation erroneously report "ac_in_buffer_size" and "ac_out_buffer_size" attributes which does not exist in asyncore.dispatcher class. They're used in asynchat.async_chat class, instead. Moreover, asynchat documentation does not mention them.
msg56232 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2007-10-05 03:15
Fixed for the 2.5.2 (revision 58328) and 2.6 (revision 58327) releases.
History
Date User Action Args
2022-04-11 14:56:26 admin set github: 45394
2007-10-05 03:15:16 fdrake set status: open -> closedresolution: fixedmessages: +
2007-09-17 06:32:54 jafo set assignee: fdrakenosy: + fdrake
2007-09-17 06:32:37 jafo set priority: normal
2007-08-29 01:04:27 giampaolo.rodola create