mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
news entry for r76000
This commit is contained in:
parent
235d942391
commit
38f5d8fcc2
1 changed files with 6 additions and 0 deletions
|
@ -423,6 +423,12 @@ Core and Builtins
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- Issue #7246 & Issue #7208: getpass now properly flushes input before
|
||||||
|
reading from stdin so that existing input does not confuse it and
|
||||||
|
lead to incorrect entry or an IOError. It also properly flushes it
|
||||||
|
afterwards to avoid the terminal echoing the input afterwards on
|
||||||
|
OSes such as Solaris.
|
||||||
|
|
||||||
- Issue #7233: Fix a number of two-argument Decimal methods to make
|
- Issue #7233: Fix a number of two-argument Decimal methods to make
|
||||||
sure that they accept an int or long as the second argument. Also
|
sure that they accept an int or long as the second argument. Also
|
||||||
fix buggy handling of large arguments (those with coefficient longer
|
fix buggy handling of large arguments (those with coefficient longer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue