]> granicus.if.org Git - python/commit
Fix a missing encoding argument when opening a text file in some of iobench's subtests.
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 8 Oct 2011 17:40:22 +0000 (19:40 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 8 Oct 2011 17:40:22 +0000 (19:40 +0200)
commit760531a4944f7e00cd5c024740439d5d202bafe2
treec6a3b9da6c9ede683498675efa03b353ddf47940
parent3c0c5f29dd0726afd91e5d79343706690459bd44
parent74472a94aa7e779eeb696ae8f1706c01fab4634f
Fix a missing encoding argument when opening a text file in some of iobench's subtests.
(found by Georg)