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 r.david.murray
Recipients neologix, r.david.murray, sean216
Date 2010-12-21.16:47:15
SpamBayes Score 1.0840038e-07
Marked as misclassified No
Message-id <1292950037.31.0.941242848289.issue10724@psf.upfronthosting.co.za>
In-reply-to
Content
Regardless, Python doesn't generate the tcp/ip sequence numbers, the OS socket library does, so this is not a bug in Python.  If you follow the code link I posted you will see that, other than Python internal bookkeeping, the only thing socket.close does is to call the platform socket close method.
History
Date User Action Args
2010-12-21 16:47:17r.david.murraysetrecipients: + r.david.murray, neologix, sean216
2010-12-21 16:47:17r.david.murraysetmessageid: <1292950037.31.0.941242848289.issue10724@psf.upfronthosting.co.za>
2010-12-21 16:47:15r.david.murraylinkissue10724 messages
2010-12-21 16:47:15r.david.murraycreate