diff options
author | Stefan Krah <skrah@bytereef.org> | 2012-08-30 10:33:55 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2012-08-30 10:33:55 (GMT) |
commit | af3f3a7f00cdf34aaba239021e38b8ede9a107fb (patch) | |
tree | 76f3341caa9fbddfeb16c5ab3af4598c95b4f303 /Misc | |
parent | 9ecae7a43773eed03a134ee45d79054582e4a35e (diff) | |
download | cpython-af3f3a7f00cdf34aaba239021e38b8ede9a107fb.zip cpython-af3f3a7f00cdf34aaba239021e38b8ede9a107fb.tar.gz cpython-af3f3a7f00cdf34aaba239021e38b8ede9a107fb.tar.bz2 |
Closes #10650: Deprecate the watchexp parameter of Decimal.quantize().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ Library - Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. This was a regression caused by the hash randomization patch. +- Issue #10650: Deprecate the watchexp parameter of the Decimal.quantize() + method. + - Issue #15785: Modify window.get_wch() API of the curses module: return a character for most keys, and an integer for special keys, instead of always returning an integer. So it is now possible to distinguish special |