Bug#680971: python3-apt: apt_inst.TarFile.extractdata could accepts bytes

2013-10-08 Thread Julian Andres Klode
On Tue, Sep 10, 2013 at 10:31:02PM +0200, Julian Andres Klode wrote: On Tue, Sep 10, 2013 at 05:24:14PM +0200, Michael Vogt wrote: On Mon, Sep 09, 2013 at 02:14:56PM +0200, Jakub Wilk wrote: * Julian Andres Klode j...@debian.org, 2013-08-26, 13:48: The apt_inst.TarFile.extractdata method

Bug#680971: python3-apt: apt_inst.TarFile.extractdata could accepts bytes

2013-09-10 Thread Michael Vogt
On Mon, Sep 09, 2013 at 02:14:56PM +0200, Jakub Wilk wrote: * Julian Andres Klode j...@debian.org, 2013-08-26, 13:48: The apt_inst.TarFile.extractdata method requires that it's argument is a str. It would be nice if it also accepted bytes objects. This would be consistent with e.g. built-in

Bug#680971: python3-apt: apt_inst.TarFile.extractdata could accepts bytes

2013-09-10 Thread Julian Andres Klode
On Tue, Sep 10, 2013 at 05:24:14PM +0200, Michael Vogt wrote: On Mon, Sep 09, 2013 at 02:14:56PM +0200, Jakub Wilk wrote: * Julian Andres Klode j...@debian.org, 2013-08-26, 13:48: The apt_inst.TarFile.extractdata method requires that it's argument is a str. It would be nice if it also

Bug#680971: python3-apt: apt_inst.TarFile.extractdata could accepts bytes

2013-09-09 Thread Jakub Wilk
* Julian Andres Klode j...@debian.org, 2013-08-26, 13:48: The apt_inst.TarFile.extractdata method requires that it's argument is a str. It would be nice if it also accepted bytes objects. This would be consistent with e.g. built-in open function, which accepts one or the other as filename.

Bug#680971: python3-apt: apt_inst.TarFile.extractdata could accepts bytes

2013-08-26 Thread Julian Andres Klode
Control: tag -1 confirmed On Mon, Jul 09, 2012 at 05:57:04PM +0200, Jakub Wilk wrote: Package: python3-apt Version: 0.8.6 Severity: wishlist The apt_inst.TarFile.extractdata method requires that it's argument is a str. It would be nice if it also accepted bytes objects. This would be

Bug#680971: python3-apt: apt_inst.TarFile.extractdata could accepts bytes

2012-07-09 Thread Jakub Wilk
Package: python3-apt Version: 0.8.6 Severity: wishlist The apt_inst.TarFile.extractdata method requires that it's argument is a str. It would be nice if it also accepted bytes objects. This would be consistent with e.g. built-in open function, which accepts one or the other as filename. --