]> granicus.if.org Git - python/commitdiff
Issue #28203: Merge from 3.5
authorMark Dickinson <dickinsm@gmail.com>
Sat, 24 Sep 2016 14:28:34 +0000 (15:28 +0100)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 24 Sep 2016 14:28:34 +0000 (15:28 +0100)
1  2 
Lib/test/test_complex.py
Misc/ACKS
Misc/NEWS
Objects/complexobject.c

Simple merge
diff --cc Misc/ACKS
Simple merge
diff --cc Misc/NEWS
index db822155a5433a0a9c3afaf4435097526342abe8,8c9dcc36969f74caab6027cc9c8cda264287f4a9..e9b22be114f568f0b008caf301c8b54042ddfc30
+++ b/Misc/NEWS
@@@ -10,11 -10,8 +10,14 @@@ What's New in Python 3.6.0 beta 
  Core and Builtins
  -----------------
  
 -- Issue #28203: Fix incorrect type in error message from
 -  ``complex(1.0, {2:3})``. Patch by Soumya Sharma.
++- Issue #28203: Fix incorrect type in complex(1.0, {2:3}) error message.
++  Patch by Soumya Sharma.
++
 +- Issue #28086: Single var-positional argument of tuple subtype was passed
 +  unscathed to the C-defined function.  Now it is converted to exact tuple.
 +
 +- Issue #28214: Now __set_name__ is looked up on the class instead of the
 +  instance.
  
  - Issue #27955: Fallback on reading /dev/urandom device when the getrandom()
    syscall fails with EPERM, for example when blocked by SECCOMP.
Simple merge