Issue 20728: Remove unused import from base64 (original) (raw)

Issue20728

Created on 2014-02-22 10:08 by Claudiu.Popa, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
base64_remove_unused_import.patch Claudiu.Popa,2014-02-22 10:08 review
Messages (4)
msg211917 - (view) Author: PCManticore (Claudiu.Popa) * (Python triager) Date: 2014-02-22 10:08
base64 imports `itertools`, but doesn't use it at all.
msg212543 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2014-03-02 09:06
Import is not present in 2.7.
msg212544 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-03-02 09:17
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
msg212545 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2014-03-02 09:18
Nor in 3.3.
History
Date User Action Args
2022-04-11 14:57:59 admin set github: 64927
2014-03-02 09🔞15 terry.reedy set status: open -> closedversions: - Python 3.3messages: + resolution: fixedstage: commit review -> resolved
2014-03-02 09:17:27 python-dev set nosy: + python-devmessages: +
2014-03-02 09:06:49 terry.reedy set assignee: terry.reedytype: resource usageversions: + Python 3.3, Python 3.4, - Python 3.5nosy: + terry.reedymessages: + stage: commit review
2014-02-22 10:08:17 Claudiu.Popa create