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

Bad getter from Descriptor#Properties example #74894

Closed
anqurvanillapy mannequin opened this issue Jun 20, 2017 · 6 comments
Closed

Bad getter from Descriptor#Properties example #74894

anqurvanillapy mannequin opened this issue Jun 20, 2017 · 6 comments
Labels
3.7 (EOL) end of life docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@anqurvanillapy
Copy link
Mannequin

anqurvanillapy mannequin commented Jun 20, 2017

BPO 30709
Nosy @Mariatta, @anqurvanillapy
PRs
  • bpo-30709: bad getter from Descriptor#Properties example #2288
  • bpo-30709: Fixed bad getter example from Doc/Descriptor#Properties #2339
  • [2.7] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) #2340
  • [3.5] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) #2341
  • [3.6] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) #2342
  • 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-06-23.04:25:38.181>
    created_at = <Date 2017-06-20.11:13:18.810>
    labels = ['type-feature', '3.7', 'docs']
    title = 'Bad getter from Descriptor#Properties example'
    updated_at = <Date 2017-06-23.04:25:38.180>
    user = 'https://github.com/anqurvanillapy'

    bugs.python.org fields:

    activity = <Date 2017-06-23.04:25:38.180>
    actor = 'Mariatta'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2017-06-23.04:25:38.181>
    closer = 'Mariatta'
    components = ['Documentation']
    creation = <Date 2017-06-20.11:13:18.810>
    creator = 'anqurvanillapy'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 30709
    keywords = []
    message_count = 6.0
    messages = ['296412', '296665', '296666', '296670', '296671', '296673']
    nosy_count = 3.0
    nosy_names = ['docs@python', 'Mariatta', 'anqurvanillapy']
    pr_nums = ['2288', '2339', '2340', '2341', '2342']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue30709'
    versions = ['Python 2.7', 'Python 3.5', 'Python 3.6', 'Python 3.7']

    @anqurvanillapy
    Copy link
    Mannequin Author

    anqurvanillapy mannequin commented Jun 20, 2017

    • The purpose of obj in the example is implicit
    • As an argument the obj will cause errors when using Cell('b10').value because it expects more arguments, but 1 given

    @anqurvanillapy anqurvanillapy mannequin added docs Documentation in the Doc dir type-feature A feature request or enhancement labels Jun 20, 2017
    @Mariatta Mariatta added the 3.7 (EOL) end of life label Jun 21, 2017
    @anqurvanillapy
    Copy link
    Mannequin Author

    anqurvanillapy mannequin commented Jun 23, 2017

    Previous conversation here: #2288

    @Mariatta
    Copy link
    Member

    New changeset b066edf by Mariatta (_ = NaN) in branch 'master':
    bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339)
    b066edf

    @Mariatta
    Copy link
    Member

    New changeset 5082674 by Mariatta in branch '2.7':
    [2.7] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) (GH-2340)
    5082674

    @Mariatta
    Copy link
    Member

    New changeset 8aa15ba by Mariatta in branch '3.5':
    [3.5] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) (GH-2341)
    8aa15ba

    @Mariatta
    Copy link
    Member

    New changeset d79ac2c by Mariatta in branch '3.6':
    [3.6] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) (GH-2342)
    d79ac2c

    @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 docs Documentation in the Doc dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant