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

asyncio: Support pathlib.Path in create_unix_connection; sock arg should be optional #76247

Closed
1st1 opened this issue Nov 17, 2017 · 1 comment
Labels
3.7 (EOL) end of life topic-asyncio type-bug An unexpected behavior, bug, or error

Comments

@1st1
Copy link
Member

1st1 commented Nov 17, 2017

BPO 32066
Nosy @asvetlov, @1st1
PRs
  • bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be optional #4447
  • 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 2017-11-20.22:26:51.975>
    created_at = <Date 2017-11-17.23:27:14.397>
    labels = ['type-bug', '3.7', 'expert-asyncio']
    title = 'asyncio: Support pathlib.Path in create_unix_connection; sock arg should be optional'
    updated_at = <Date 2017-11-20.22:26:51.974>
    user = 'https://github.com/1st1'

    bugs.python.org fields:

    activity = <Date 2017-11-20.22:26:51.974>
    actor = 'yselivanov'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-11-20.22:26:51.975>
    closer = 'yselivanov'
    components = ['asyncio']
    creation = <Date 2017-11-17.23:27:14.397>
    creator = 'yselivanov'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 32066
    keywords = ['patch']
    message_count = 1.0
    messages = ['306592']
    nosy_count = 2.0
    nosy_names = ['asvetlov', 'yselivanov']
    pr_nums = ['4447']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue32066'
    versions = ['Python 3.6', 'Python 3.7']

    @1st1
    Copy link
    Member Author

    1st1 commented Nov 20, 2017

    New changeset 423fd36 by Yury Selivanov in branch 'master':
    bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be optional (bpo-4447)
    423fd36

    @1st1 1st1 closed this as completed Nov 20, 2017
    @1st1 1st1 added the type-bug An unexpected behavior, bug, or error label Nov 20, 2017
    @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
    3.7 (EOL) end of life topic-asyncio type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant