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: test_with.py has a couple minor mistakes
Type: Stage:
Components: Tests Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, exarkun
Priority: normal Keywords: patch

Created on 2009-06-19 22:05 by exarkun, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_with.patch exarkun, 2009-06-19 22:05
Messages (2)
msg89530 - (view) Author: Jean-Paul Calderone (exarkun) * (Python committer) Date: 2009-06-19 22:05
I found a couple mistakes in test_with.py with Pyflakes.
msg89531 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-06-19 22:09
Thanks! Fixed in r73485 and r73486.
History
Date User Action Args
2022-04-11 14:56:50adminsetgithub: 50562
2009-06-19 22:09:41benjamin.petersonsetstatus: open -> closed

nosy: + benjamin.peterson
messages: + msg89531

resolution: fixed
2009-06-19 22:05:38exarkuncreate