[issue20728] Remove unused import from base64

2014-03-02 Thread Terry J. Reedy
Terry J. Reedy added the comment: Nor in 3.3. -- resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed versions: -Python 3.3 ___ Python tracker ___

[issue20728] Remove unused import from base64

2014-03-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset d3732760e3d6 by Terry Jan Reedy in branch 'default': Closes issue #20728: Remove unused import added in rev 42366e293b7b and http://hg.python.org/cpython/rev/d3732760e3d6 -- nosy: +python-dev ___ Python t

[issue20728] Remove unused import from base64

2014-03-02 Thread Terry J. Reedy
Terry J. Reedy added the comment: Import is not present in 2.7. -- assignee: -> terry.reedy nosy: +terry.reedy stage: -> commit review type: -> resource usage versions: +Python 3.3, Python 3.4 -Python 3.5 ___ Python tracker

[issue20728] Remove unused import from base64

2014-02-22 Thread Claudiu.Popa
New submission from Claudiu.Popa: base64 imports `itertools`, but doesn't use it at all. -- components: Library (Lib) files: base64_remove_unused_import.patch keywords: patch messages: 211917 nosy: Claudiu.Popa priority: normal severity: normal status: open title: Remove unused import fr