commit | 830207e8f32df949ec35e2e7f5afe98975e262c9 | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Sat Jan 02 15:41:41 2016 -0500 |
committer | R David Murray <rdmurray@bitdance.com> | Sat Jan 02 15:41:41 2016 -0500 |
tree | faddddb33d51837ca7de7bfecb0f809d535f0255 | |
parent | fcb6db50d3cce6337f28c9c1b891905cc323ad13 [diff] |
#22709: Use stdin as-is if it does not have a buffer attribute. This restores backward compatibility lost in the fix for #21075, and is better duck typing. Patch by Akira Li.