commit | b0acc1b0a35905fa8dc3d3d10581602b5129c87a | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu May 08 19:26:04 2014 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu May 08 19:26:04 2014 +0200 |
tree | fa146c6ee8b1af10f8d05f2c104c9ae7c69e68d7 | |
parent | 9ba90c9f06157bd17dc5ba569e3314832873f260 [diff] |
Issue #21350: Fix file.writelines() to accept arbitrary buffer objects, as advertised. Patch by Brian Kearns.