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 <rep...@bugs.python.org>
<http://bugs.python.org/issue17929>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to