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

Correct ref manual error for list type #36557

Closed
rhettinger opened this issue May 5, 2002 · 3 comments
Closed

Correct ref manual error for list type #36557

rhettinger opened this issue May 5, 2002 · 3 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@rhettinger
Copy link
Contributor

BPO 552468
Nosy @freddrake, @rhettinger
Files
  • ref.diff: Context diff Doc/ref/ref3.tex
  • 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/rhettinger'
    closed_at = <Date 2002-05-12.03:22:01.000>
    created_at = <Date 2002-05-05.08:39:24.000>
    labels = ['docs']
    title = 'Correct ref manual error for list type'
    updated_at = <Date 2002-05-12.03:22:01.000>
    user = 'https://github.com/rhettinger'

    bugs.python.org fields:

    activity = <Date 2002-05-12.03:22:01.000>
    actor = 'rhettinger'
    assignee = 'rhettinger'
    closed = True
    closed_date = None
    closer = None
    components = ['Documentation']
    creation = <Date 2002-05-05.08:39:24.000>
    creator = 'rhettinger'
    dependencies = []
    files = ['4236']
    hgrepos = []
    issue_num = 552468
    keywords = ['patch']
    message_count = 3.0
    messages = ['39884', '39885', '39886']
    nosy_count = 2.0
    nosy_names = ['fdrake', 'rhettinger']
    pr_nums = []
    priority = 'high'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue552468'
    versions = ['Python 2.3']

    @rhettinger
    Copy link
    Contributor Author

    Closes SF bug www.python.org/sf/548874

    Docs had old information that the list object did not
    support a .__getitem__ method. With the new style
    classes, they do:

    >>> x = list('abc')
    >>> x.__getitem__(1)
    'b'

    Deleted erroneous sentence.

    @rhettinger rhettinger self-assigned this May 5, 2002
    @rhettinger rhettinger added the docs Documentation in the Doc dir label May 5, 2002
    @rhettinger rhettinger self-assigned this May 5, 2002
    @rhettinger rhettinger added the docs Documentation in the Doc dir label May 5, 2002
    @freddrake
    Copy link
    Member

    Logged In: YES
    user_id=3066

    Looks good -- check it in & close the patch & related bug
    report.

    @rhettinger
    Copy link
    Contributor Author

    Logged In: YES
    user_id=80475

    Checked in as /Doc/ref/ref3.tex 1.88.
    Patch and bug closed.

    @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
    docs Documentation in the Doc dir
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants