blob: 4501819ac360e603b3c5fee149b3c22eae672f53 [file] [log] [blame]
:class:`fileinput.FileInput` now uses the input file mode to correctly set
the output file mode (previously it was hardcoded to ``'w'``) when
``inplace=True`` is passed to its constructor.