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

Rational Reference Implementation #37248

Closed
ccraig mannequin opened this issue Oct 2, 2002 · 3 comments
Closed

Rational Reference Implementation #37248

ccraig mannequin opened this issue Oct 2, 2002 · 3 comments
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@ccraig
Copy link
Mannequin

ccraig mannequin commented Oct 2, 2002

BPO 617779
Nosy @loewis
Files
  • changes.crat.3: Patch to python cvs tree
  • rational-Nr: rationals of form 3r or 3R
  • 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 2006-11-05.03:23:19.000>
    created_at = <Date 2002-10-02.21:46:33.000>
    labels = ['interpreter-core']
    title = 'Rational Reference Implementation'
    updated_at = <Date 2006-11-05.03:23:19.000>
    user = 'https://bugs.python.org/ccraig'

    bugs.python.org fields:

    activity = <Date 2006-11-05.03:23:19.000>
    actor = 'loewis'
    assignee = 'none'
    closed = True
    closed_date = None
    closer = None
    components = ['Interpreter Core']
    creation = <Date 2002-10-02.21:46:33.000>
    creator = 'ccraig'
    dependencies = []
    files = ['4612', '4613']
    hgrepos = []
    issue_num = 617779
    keywords = ['patch']
    message_count = 3.0
    messages = ['41306', '41307', '41308']
    nosy_count = 2.0
    nosy_names = ['loewis', 'ccraig']
    pr_nums = []
    priority = 'normal'
    resolution = 'rejected'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue617779'
    versions = ['Python 2.3']

    @ccraig
    Copy link
    Mannequin Author

    ccraig mannequin commented Oct 2, 2002

    This is a reference implementation of rational numbers
    (PEP-239).
    It includes regression tests for rationals and changes
    to cPickle/pickle
    to support them. It has been tested on Solaris and
    Linux, but notably not Windows.

    This implementation does change the behaviour of future
    division to return a rational rather than a float.

    @ccraig ccraig mannequin closed this as completed Oct 2, 2002
    @ccraig ccraig mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Oct 2, 2002
    @ccraig ccraig mannequin closed this as completed Oct 2, 2002
    @ccraig ccraig mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Oct 2, 2002
    @ccraig
    Copy link
    Mannequin Author

    ccraig mannequin commented Oct 16, 2002

    Logged In: YES
    user_id=135050

    Attached rational-Nr
    uses rational literals in the form 3r or 3R

    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Nov 5, 2006

    Logged In: YES
    user_id=21627

    Since the PEP was rejected, so is this patch.

    @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
    interpreter-core (Objects, Python, Grammar, and Parser dirs)
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants