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 pitrou
Recipients giampaolo.rodola, pitrou, spiv
Date 2010-09-14.10:28:46
SpamBayes Score 1.5331868e-06
Marked as misclassified No
Message-id <1284460128.5.0.969199482203.issue9729@psf.upfronthosting.co.za>
In-reply-to
Content
Nice, thank you. I will look at the patch and commit it if everything's fine.

> A nicer solution is to simply make socket.socket actually be a simple
> subclass of _socket.socket rather than the weird decorator it is now. 
> This has already happened on the py3k branch, which is why it doesn't
> have this bug.

Yes, but such a rearchitecting to the socket module is out of question for 2.x, which is in bugfix mode.
History
Date User Action Args
2010-09-14 10:28:48pitrousetrecipients: + pitrou, spiv, giampaolo.rodola
2010-09-14 10:28:48pitrousetmessageid: <1284460128.5.0.969199482203.issue9729@psf.upfronthosting.co.za>
2010-09-14 10:28:46pitroulinkissue9729 messages
2010-09-14 10:28:46pitroucreate