[issue1613500] Write mode option for fileinput module.

2019-04-29 Thread Berker Peksag
Change by Berker Peksag : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8 -Python 3.5 ___ Python tracker ___ ___

[issue1613500] Write mode option for fileinput module.

2019-04-29 Thread Berker Peksag
Berker Peksag added the comment: New changeset be6dbfb43b89989ccc83fbc4c5234f50f44c47ad by Berker Peksag in branch 'master': bpo-1613500: Don't hardcode output file mode in fileinput.FileInput (GH-12986) https://github.com/python/cpython/commit/be6dbfb43b89989ccc83fbc4c5234f50f44c47ad -

[issue1613500] Write mode option for fileinput module.

2019-04-27 Thread Berker Peksag
Change by Berker Peksag : -- pull_requests: +12909 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue1613500] Write mode option for fileinput module.

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1613500] Write mode option for fileinput module.

2013-02-24 Thread R. David Murray
R. David Murray added the comment: As far as I can see from a quick look, the problem this patch addresses still exists in Python3, and in Python3 it be (more of?) a bug. That is, the output file is opened in text mode, regardless of whether the input mode was text or bytes. I'm not sure abo

[issue1613500] Write mode option for fileinput module.

2010-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: This looks like a sizeable patch but the bulk of the changes are to test_fileinput.py. Assigning to myself to take forward, I've got to start sometime. Before I really start moving are there any basic objections to either the original proposal or me having a

[issue1613500] Write mode option for fileinput module.

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> patch review type: -> feature request versions: +Python 2.7, Python 3.1 ___ Python tracker ___