New submission from Zachary Ware:
Fixed, thanks for the patch!
changeset 90450:1beb3e0507fa 2.7
Issue #21346: Fix typos in test_itertools. Patch by Brian Kearns.
changeset 90451:901b9afc918e 3.4
Issue #21346: Fix typo, make message consistent in test_itertools. Pointed out
by Brian Kearns.
ch
Changes by Brian Kearns :
--
files: test_itertools_typos-py27.patch
keywords: patch
nosy: bdkearns
priority: normal
severity: normal
status: open
title: typos in test_itertools.py
type: enhancement
versions: Python 2.7
Added file: http://bugs.python.org/file35025/test_itertools_typos-py2