ajeebkp23 / python-relatorio

Automatically exported from code.google.com/p/python-relatorio. Thus it enables to to install this package via pip.
GNU General Public License v3.0
0 stars 0 forks source link

Use io module instead of StringIO #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To ease compatibility between Python 2 and 3, it is better to always use the 
new io module instead of StringIO.
http://codereview.appspot.com/118780043

Original issue reported on code.google.com by cedric.krier@b2ck.com on 16 Jul 2014 at 3:30

GoogleCodeExporter commented 9 years ago
Applied in rca105ec37a62

Original comment by cedric.krier@b2ck.com on 3 Sep 2014 at 3:54