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 neologix
Recipients neologix, pitrou, sbt
Date 2013-02-03.13:00:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM1ppRR4CztNANjEuexjmw4SyB2ba+n9gPRKBjF9Lp2ztw@mail.gmail.com>
In-reply-to <1359312092.44.0.172489308809.issue17025@psf.upfronthosting.co.za>
Content
> For the record, I tried the Connection approach and here is what I ended up with.

I don't really like the API.
Having to pass an external lock is IMO a bad idea, it should be a
private instance field.
Also, for consistency we'd probably need send_bytes/recv_bytes.
History
Date User Action Args
2013-02-03 13:00:49neologixsetrecipients: + neologix, pitrou, sbt
2013-02-03 13:00:49neologixlinkissue17025 messages
2013-02-03 13:00:49neologixcreate