[New-bugs-announce] [issue22825] Modernize TextFile

Serhiy Storchaka report at bugs.python.org
Sun Nov 9 15:45:41 CET 2014


New submission from Serhiy Storchaka:

Proposed patch makes distutils.text_file.TextFile support context management and iterator protocols. It makes the use of TextFile simpler. The patch also includes other minor modernizations.

----------
components: Distutils
files: text_file.diff
keywords: patch
messages: 230886
nosy: dstufft, eric.araujo, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Modernize TextFile
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file37151/text_file.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22825>
_______________________________________


More information about the New-bugs-announce mailing list