diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2010-05-22 18:35:36 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2010-05-22 18:35:36 (GMT) |
commit | b1d8e3229c3127960ab6d7314ca8014f5e6459c0 (patch) | |
tree | 0eb0113b42860d4b380c19d43c64cbb73ec3cf2d /Misc | |
parent | a92ad7ee2cfd4e81c22a7715aa0278196d9da664 (diff) | |
download | cpython-b1d8e3229c3127960ab6d7314ca8014f5e6459c0.zip cpython-b1d8e3229c3127960ab6d7314ca8014f5e6459c0.tar.gz cpython-b1d8e3229c3127960ab6d7314ca8014f5e6459c0.tar.bz2 |
#Issue 8540: Make Context._clamp attribute public in decimal module.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -393,6 +393,11 @@ C-API Library ------- +- Issue #8540: Decimal module: rename the Context._clamp attribute to + Context.clamp and make it public. This is useful in creating + contexts that correspond to the decimal interchange formats + specified in IEEE 754. + - Issue #6268: Fix seek() method of codecs.open(), don't read or write the BOM twice after seek(0). Fix also reset() method of codecs, UTF-16, UTF-32 and StreamWriter classes. |