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

ssl wrapper: add makefile() method #48369

Closed
vstinner opened this issue Oct 13, 2008 · 2 comments
Closed

ssl wrapper: add makefile() method #48369

vstinner opened this issue Oct 13, 2008 · 2 comments
Labels
stdlib Python modules in the Lib dir

Comments

@vstinner
Copy link
Member

BPO 4119
Nosy @vstinner
Files
  • ssl_makefile.py
  • 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 2008-10-14.00:55:30.815>
    created_at = <Date 2008-10-13.23:44:54.074>
    labels = ['invalid', 'library']
    title = 'ssl wrapper: add makefile() method'
    updated_at = <Date 2008-10-14.00:55:30.814>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2008-10-14.00:55:30.814>
    actor = 'vstinner'
    assignee = 'janssen'
    closed = True
    closed_date = <Date 2008-10-14.00:55:30.815>
    closer = 'vstinner'
    components = ['Library (Lib)']
    creation = <Date 2008-10-13.23:44:54.074>
    creator = 'vstinner'
    dependencies = []
    files = ['11779']
    hgrepos = []
    issue_num = 4119
    keywords = []
    message_count = 2.0
    messages = ['74714', '74719']
    nosy_count = 2.0
    nosy_names = ['janssen', 'vstinner']
    pr_nums = []
    priority = 'normal'
    resolution = 'not a bug'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue4119'
    versions = ['Python 3.0']

    @vstinner
    Copy link
    Member Author

    ssl module of Python 2.6 has a makefile() method whereas Python3 has
    not. Attached patch fix this issue. There a just a difference between
    Python2 and Python3 makefile() method: Python3 has not bufsize
    optional argument because SocketIO() is unbuffered.

    @vstinner vstinner added the stdlib Python modules in the Lib dir label Oct 13, 2008
    @vstinner
    Copy link
    Member Author

    Ooops, ssl already has a makefile() method from socket object! I was
    confused because of the Python 2.6 version of socket module...

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 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

    1 participant