[New-bugs-announce] [issue17929] TypeError using tarfile.addfile() with io.StringIO replacing StringIO.StringIO()

Firstname Lastname report at bugs.python.org
Tue May 7 21:18:21 CEST 2013


New submission from Firstname Lastname:

Trying to work with tarfile library and python 3.3 (Ubuntu 13.04 64-bit)

While everything works quite well using StringIO.StringIO() and python 2.7.4, the equivalent code with io.StringIO() and python 3.3.1 doesn't. Is that a bug or am I doing something wrong ?

----------
components: Library (Lib)
files: showbug.py
messages: 188682
nosy: Firstname.Lastname
priority: normal
severity: normal
status: open
title: TypeError using tarfile.addfile() with io.StringIO replacing StringIO.StringIO()
type: behavior
versions: Python 3.3
Added file: http://bugs.python.org/file30169/showbug.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17929>
_______________________________________


More information about the New-bugs-announce mailing list