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

"Decimal(2) != float(2)" documentation bug #60353

Closed
mmaker mannequin opened this issue Oct 6, 2012 · 6 comments
Closed

"Decimal(2) != float(2)" documentation bug #60353

mmaker mannequin opened this issue Oct 6, 2012 · 6 comments
Labels
docs Documentation in the Doc dir

Comments

@mmaker
Copy link
Mannequin

mmaker mannequin commented Oct 6, 2012

BPO 16149
Nosy @birkenfeld, @terryjreedy, @mdickinson, @mmaker, @serhiy-storchaka

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 2012-10-06.17:21:50.564>
created_at = <Date 2012-10-06.11:18:49.812>
labels = ['docs']
title = '"Decimal(2) != float(2)" documentation bug'
updated_at = <Date 2012-10-06.18:13:26.964>
user = 'https://github.com/mmaker'

bugs.python.org fields:

activity = <Date 2012-10-06.18:13:26.964>
actor = 'serhiy.storchaka'
assignee = 'docs@python'
closed = True
closed_date = <Date 2012-10-06.17:21:50.564>
closer = 'python-dev'
components = ['Documentation']
creation = <Date 2012-10-06.11:18:49.812>
creator = 'maker'
dependencies = []
files = []
hgrepos = []
issue_num = 16149
keywords = []
message_count = 6.0
messages = ['172182', '172187', '172201', '172202', '172225', '172226']
nosy_count = 7.0
nosy_names = ['georg.brandl', 'terry.reedy', 'mark.dickinson', 'docs@python', 'maker', 'python-dev', 'serhiy.storchaka']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue16149'
versions = ['Python 3.2', 'Python 3.3', 'Python 3.4']

@mmaker
Copy link
Mannequin Author

mmaker mannequin commented Oct 6, 2012

Follows from the discussion on python-dev:
http://mail.python.org/pipermail/python-dev/2012-September/121871.html

@mmaker mmaker mannequin assigned docspython Oct 6, 2012
@mmaker mmaker mannequin added the docs Documentation in the Doc dir label Oct 6, 2012
@python-dev
Copy link
Mannequin

python-dev mannequin commented Oct 6, 2012

New changeset ee71d8023f1b by Georg Brandl in branch '3.3':
Closes bpo-16149: remove now-false statement about the inability to compare Decimal and float objects.
http://hg.python.org/cpython/rev/ee71d8023f1b

@python-dev python-dev mannequin closed this as completed Oct 6, 2012
@serhiy-storchaka
Copy link
Member

I think the fix should be applied to 2.7 and 3.2 too. See bpo-2531 which allowed comparing decimals and floats.

@birkenfeld
Copy link
Member

Ah, sorry, I thought this was a 3.3 thing.

@python-dev
Copy link
Mannequin

python-dev mannequin commented Oct 6, 2012

New changeset 1dc66e654806 by Georg Brandl in branch '3.2':
Closes bpo-16149: remove now-false statement about the inability to compare Decimal and float objects.
http://hg.python.org/cpython/rev/1dc66e654806

@python-dev python-dev mannequin closed this as completed Oct 6, 2012
@birkenfeld
Copy link
Member

Planted to 3.2 in 1dc66e654806. Turns out the offending paragraph wasn't in 2.7.

@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

2 participants