[issue23090] fix test_doctest relying on refcounting to close files

2014-12-20 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: See also issue22831. -- nosy: +serhiy.storchaka ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23090 ___ ___

[issue23090] fix test_doctest relying on refcounting to close files

2014-12-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset f00412d32b41 by Benjamin Peterson in branch '2.7': explicitly close files (closes #23090) https://hg.python.org/cpython/rev/f00412d32b41 -- nosy: +python-dev resolution: - fixed stage: - resolved status: open - closed

[issue23090] fix test_doctest relying on refcounting to close files

2014-12-19 Thread Brian Kearns
Changes by Brian Kearns bdkea...@gmail.com: -- files: fix_test_doctest.patch keywords: patch nosy: bdkearns priority: normal severity: normal status: open title: fix test_doctest relying on refcounting to close files type: behavior versions: Python 2.7 Added file: