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 tcolombo
Recipients docs@python, tcolombo
Date 2018-01-15.16:43:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516034622.89.0.467229070634.issue32558@psf.upfronthosting.co.za>
In-reply-to
Content
Correction of my previous correction :
server = socketserver.TCPServer((HOST, PORT), MyTCPHandler)

'with' statement can not be used...
History
Date User Action Args
2018-01-15 16:43:42tcolombosetrecipients: + tcolombo, docs@python
2018-01-15 16:43:42tcolombosetmessageid: <1516034622.89.0.467229070634.issue32558@psf.upfronthosting.co.za>
2018-01-15 16:43:42tcolombolinkissue32558 messages
2018-01-15 16:43:42tcolombocreate