This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Duplicate test methods in test_memoryio
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.2, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: pitrou Nosy List: georg.brandl, pitrou
Priority: high Keywords:

Created on 2010-02-07 12:47 by georg.brandl, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg98994 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-02-07 12:47
test_memoryio.TextIOTestMixin has duplicate (and conflicting!) definitions of test_relative_seek() and test_textio_properties().
msg99007 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-02-07 17:03
Fixed!
History
Date User Action Args
2022-04-11 14:56:57adminsetgithub: 52118
2010-02-07 17:03:35pitrousetstatus: open -> closed
versions: + Python 3.2
type: behavior
messages: + msg99007

resolution: fixed
stage: resolved
2010-02-07 12:47:57georg.brandlsetversions: + Python 2.7
2010-02-07 12:47:52georg.brandlcreate