diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-19 15:52:59 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-19 15:52:59 +0200 |
commit | 4c9706bd275134d513c61e07764215a7d0c2302c (patch) | |
tree | e6fa27d81211d15e3028e9ce7cde899c58a6f3c4 /Python | |
parent | 21a9c748aa8698c8201e30a58320d587f6bb7540 (diff) | |
download | cpython-git-4c9706bd275134d513c61e07764215a7d0c2302c.tar.gz |
package: replace open(fn, 'w').close() by open(fn, 'wb').close()
We don't need to open the files in text mode just to create them (or update
their modification time).
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions