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

"L" integer suffix in Python 3.1 tutorial #50602

Closed
delroth mannequin opened this issue Jun 28, 2009 · 5 comments
Closed

"L" integer suffix in Python 3.1 tutorial #50602

delroth mannequin opened this issue Jun 28, 2009 · 5 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@delroth
Copy link
Mannequin

delroth mannequin commented Jun 28, 2009

BPO 6353
Nosy @birkenfeld, @terryjreedy, @mdickinson, @ezio-melotti
Files
  • fp-tutorial.diff: Patch for Doc/tutorial/floatingpoint.rst
  • 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/birkenfeld'
    closed_at = <Date 2009-07-01.08:38:24.010>
    created_at = <Date 2009-06-28.07:55:03.841>
    labels = ['docs']
    title = '"L" integer suffix in Python 3.1 tutorial'
    updated_at = <Date 2009-07-03.19:53:25.808>
    user = 'https://bugs.python.org/delroth'

    bugs.python.org fields:

    activity = <Date 2009-07-03.19:53:25.808>
    actor = 'ezio.melotti'
    assignee = 'georg.brandl'
    closed = True
    closed_date = <Date 2009-07-01.08:38:24.010>
    closer = 'ezio.melotti'
    components = ['Documentation']
    creation = <Date 2009-06-28.07:55:03.841>
    creator = 'delroth'
    dependencies = []
    files = ['14374']
    hgrepos = []
    issue_num = 6353
    keywords = ['patch']
    message_count = 5.0
    messages = ['89767', '89964', '90071', '90072', '90073']
    nosy_count = 5.0
    nosy_names = ['georg.brandl', 'terry.reedy', 'mark.dickinson', 'ezio.melotti', 'delroth']
    pr_nums = []
    priority = 'normal'
    resolution = 'out of date'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue6353'
    versions = ['Python 3.0', 'Python 3.1', 'Python 3.2']

    @delroth
    Copy link
    Mannequin Author

    delroth mannequin commented Jun 28, 2009

    Chapter 14 (Floating Point Arithmetic: Issues and Limitations) of the
    Python 3.x tutorial contains integers with long suffix (424242L) when
    talking about as_integer_ratio.

    Patch is attached.

    @delroth delroth mannequin assigned birkenfeld Jun 28, 2009
    @delroth delroth mannequin added the docs Documentation in the Doc dir label Jun 28, 2009
    @ezio-melotti
    Copy link
    Member

    This is already fixed in r71994.
    Thanks anyway.

    @terryjreedy
    Copy link
    Member

    Pierre, before submitting doc issues, you can check the 'in-development'
    version of the docs at
    http://docs.python.org/dev/py3k/
    to see if an issue has been fixed. This is currently labeled "Python
    v3.2a0 documentation"

    @mdickinson
    Copy link
    Member

    ezio.melotti: do you mean r73658? (which was committed after
    delroth submitted the report :-).

    @ezio-melotti
    Copy link
    Member

    Yes, I was looking at the diff between the two and I probably picked up
    the wrong one.

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

    No branches or pull requests

    4 participants