Commit 6ab24794 authored by Facundo Batista's avatar Facundo Batista

Removed message about compatibility with 2.3.

parent db9ac1d4
...@@ -7,18 +7,14 @@ ...@@ -7,18 +7,14 @@
# and Aahz <aahz at pobox.com> # and Aahz <aahz at pobox.com>
# and Tim Peters # and Tim Peters
# This module is currently Py2.3 compatible and should be kept that way # This module should be kept in sync with the latest updates of the
# unless a major compelling advantage arises. IOW, 2.3 compatibility is # IBM specification as it evolves. Those updates will be treated
# strongly preferred, but not guaranteed.
# Also, this module should be kept in sync with the latest updates of
# the IBM specification as it evolves. Those updates will be treated
# as bug fixes (deviation from the spec is a compatibility, usability # as bug fixes (deviation from the spec is a compatibility, usability
# bug) and will be backported. At this point the spec is stabilizing # bug) and will be backported. At this point the spec is stabilizing
# and the updates are becoming fewer, smaller, and less significant. # and the updates are becoming fewer, smaller, and less significant.
""" """
This is a Py2.3 implementation of decimal floating point arithmetic based on This is an implementation of decimal floating point arithmetic based on
the General Decimal Arithmetic Specification: the General Decimal Arithmetic Specification:
www2.hursley.ibm.com/decimal/decarith.html www2.hursley.ibm.com/decimal/decarith.html
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment