diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-10-01 08:08:50 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-10-01 08:08:50 (GMT) |
commit | f731bc09fa70226f4fd641feb75801058b8bdd71 (patch) | |
tree | fc478f25b74ac21fd5f1e6ac1a9758f2a0595673 /Misc | |
parent | 78cc2e89687f3f2b7fd404831a6ea19baccf8c81 (diff) | |
download | cpython-f731bc09fa70226f4fd641feb75801058b8bdd71.zip cpython-f731bc09fa70226f4fd641feb75801058b8bdd71.tar.gz cpython-f731bc09fa70226f4fd641feb75801058b8bdd71.tar.bz2 |
Issue #25280: Import trace messages emitted in verbose (-v) mode are no
longer formatted twice.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ Release date: tba Core and Builtins ----------------- +- Issue #25280: Import trace messages emitted in verbose (-v) mode are no + longer formatted twice. + - Issue #25003: os.urandom() doesn't use getentropy() on Solaris because getentropy() is blocking, whereas os.urandom() should not block. getentropy() is supported since Solaris 11.3. |