commit | aac875fa2f03cab61ceeaa2621c4c5534c7bcfc2 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Mar 12 21:52:17 2017 +0200 |
committer | GitHub <noreply@github.com> | Sun Mar 12 21:52:17 2017 +0200 |
tree | fa00e616392038d440aa0a550ceee9f270c5716b | |
parent | c60948464fb0ec116ea227f6bce8a4bb8fb75257 [diff] |
[3.6] bpo-8256: Fixed possible failing or crashing input() (#641) if attributes "encoding" or "errors" of sys.stdin or sys.stdout are not set or are not strings.