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

FAQ says positional arguments aren't a thing #81637

Closed
SoniEx2 mannequin opened this issue Jul 1, 2019 · 7 comments
Closed

FAQ says positional arguments aren't a thing #81637

SoniEx2 mannequin opened this issue Jul 1, 2019 · 7 comments
Assignees
Labels
3.8 only security fixes 3.9 only security fixes docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error

Comments

@SoniEx2
Copy link
Mannequin

SoniEx2 mannequin commented Jul 1, 2019

BPO 37456
Nosy @terryjreedy, @pablogsal, @iritkatriel
PRs
  • bpo-37456: Slash ('/') is now part of syntax #14627
  • [3.8] bpo-37456: Slash ('/') is now part of syntax. (GH-14627) #14628
  • 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 = 'https://github.com/terryjreedy'
    closed_at = <Date 2020-10-08.20:12:57.393>
    created_at = <Date 2019-07-01.00:09:37.001>
    labels = ['type-bug', '3.8', '3.9', 'docs']
    title = "FAQ says positional arguments aren't a thing"
    updated_at = <Date 2020-10-08.20:12:57.393>
    user = 'https://bugs.python.org/SoniEx2'

    bugs.python.org fields:

    activity = <Date 2020-10-08.20:12:57.393>
    actor = 'pablogsal'
    assignee = 'terry.reedy'
    closed = True
    closed_date = <Date 2020-10-08.20:12:57.393>
    closer = 'pablogsal'
    components = ['Documentation']
    creation = <Date 2019-07-01.00:09:37.001>
    creator = 'SoniEx2'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 37456
    keywords = ['patch']
    message_count = 7.0
    messages = ['346947', '347060', '347079', '347445', '347449', '347451', '378283']
    nosy_count = 5.0
    nosy_names = ['terry.reedy', 'docs@python', 'SoniEx2', 'pablogsal', 'iritkatriel']
    pr_nums = ['14627', '14628']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue37456'
    versions = ['Python 3.8', 'Python 3.9']

    @SoniEx2
    Copy link
    Mannequin Author

    SoniEx2 mannequin commented Jul 1, 2019

    https://docs.python.org/3.8/faq/programming.html#what-does-the-slash-in-the-parameter-list-of-a-function-mean

    "Note that as of this writing this is only documentational and no valid syntax in Python, although there is PEP-570, which proposes a syntax for position-only parameters in Python."

    From what I understand, they are now a thing. Perhaps it's time to take that out?

    @SoniEx2 SoniEx2 mannequin assigned docspython Jul 1, 2019
    @SoniEx2 SoniEx2 mannequin added 3.8 only security fixes docs Documentation in the Doc dir labels Jul 1, 2019
    @pablogsal
    Copy link
    Member

    Hi,

    Would you like to do a PR updating it?

    @SoniEx2
    Copy link
    Mannequin Author

    SoniEx2 mannequin commented Jul 1, 2019

    no thanks, I don't like signing CLAs.

    @terryjreedy
    Copy link
    Member

    I will remove the sentence.

    @terryjreedy terryjreedy added the 3.9 only security fixes label Jul 6, 2019
    @terryjreedy terryjreedy assigned terryjreedy and unassigned docspython Jul 6, 2019
    @terryjreedy terryjreedy added the type-bug An unexpected behavior, bug, or error label Jul 6, 2019
    @terryjreedy
    Copy link
    Member

    New changeset 6f2a8c0 by Terry Jan Reedy in branch 'master':
    bpo-37456: Slash ('/') is now part of syntax. (GH-14627)
    6f2a8c0

    @terryjreedy
    Copy link
    Member

    New changeset 90631f9 by Terry Jan Reedy (Miss Islington (bot)) in branch '3.8':
    bpo-37456: Slash ('/') is now part of syntax. (GH-14627) (GH-14628)
    90631f9

    @iritkatriel
    Copy link
    Member

    This seems complete, can it be closed?

    @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.8 only security fixes 3.9 only security fixes docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants