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.

classification
Title: Fix for test_socketserver for Py3k
Type: Stage:
Components: None Versions: Python 3.0
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: gvanrossum, zpcz
Priority: normal Keywords: patch

Created on 2007-07-31 18:38 by zpcz, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
py3k_sockeserver.diff zpcz, 2007-07-31 18:38
Messages (2)
msg52970 - (view) Author: ‹‹PC›› (zpcz) Date: 2007-07-31 18:38
Well, it's quite small.
I think I'm right with changing StringIO to BytesIO
msg52971 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2007-08-03 19:03
Thanks!

Committed revision 56708.
History
Date User Action Args
2022-04-11 14:56:25adminsetgithub: 45263
2008-01-06 22:29:45adminsetkeywords: - py3k
versions: + Python 3.0
2007-07-31 18:38:54zpczcreate