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: sprout more file operations in SSLFile, fixes 792101
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: gaul, loewis
Priority: normal Keywords: patch

Created on 2003-10-04 20:28 by gaul, last changed 2022-04-10 16:11 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
sslfile_readlines.diff gaul, 2003-10-04 20:28 support more file operations in SSLFile
Messages (2)
msg44740 - (view) Author: Andrew Gaul (gaul) Date: 2003-10-04 20:28
Fixes bug #792101.  Add readlines, fileno, and support
iterator protocol so that SSLFile implements all the
file operations that urllib.urlopen describes.
msg44741 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-10-27 14:09
Logged In: YES 
user_id=21627

Thanks for the patch. Committed as httplib.py 1.79.8.1 and
1.80, NEWS 1.831.4.68.
History
Date User Action Args
2022-04-10 16:11:36adminsetgithub: 39368
2003-10-04 20:28:44gaulcreate