Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sprout more file operations in SSLFile, fixes 792101 #39368

Closed
gaul mannequin opened this issue Oct 4, 2003 · 2 comments
Closed

sprout more file operations in SSLFile, fixes 792101 #39368

gaul mannequin opened this issue Oct 4, 2003 · 2 comments
Labels
stdlib Python modules in the Lib dir

Comments

@gaul
Copy link
Mannequin

gaul mannequin commented Oct 4, 2003

BPO 817854
Nosy @loewis, @gaul
Files
  • sslfile_readlines.diff: support more file operations in SSLFile
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2003-10-27.14:09:09.000>
    created_at = <Date 2003-10-04.20:28:44.000>
    labels = ['library']
    title = 'sprout more file operations in SSLFile, fixes 792101'
    updated_at = <Date 2003-10-27.14:09:09.000>
    user = 'https://github.com/gaul'

    bugs.python.org fields:

    activity = <Date 2003-10-27.14:09:09.000>
    actor = 'loewis'
    assignee = 'none'
    closed = True
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2003-10-04.20:28:44.000>
    creator = 'gaul'
    dependencies = []
    files = ['5618']
    hgrepos = []
    issue_num = 817854
    keywords = ['patch']
    message_count = 2.0
    messages = ['44740', '44741']
    nosy_count = 2.0
    nosy_names = ['loewis', 'gaul']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue817854'
    versions = ['Python 2.3']

    @gaul
    Copy link
    Mannequin Author

    gaul mannequin commented Oct 4, 2003

    Fixes bug bpo-792101. Add readlines, fileno, and support
    iterator protocol so that SSLFile implements all the
    file operations that urllib.urlopen describes.

    @gaul gaul mannequin closed this as completed Oct 4, 2003
    @gaul gaul mannequin added the stdlib Python modules in the Lib dir label Oct 4, 2003
    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Oct 27, 2003

    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.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants