On Mon, Nov 18, 2019 at 8:53 PM Antoine Pitrou <anto...@python.org> wrote:
> > There's probably an argument for being consistent, though. If there's > only a single one of them in a given file, it may mean it's an accident. > The best thing may be to "git annotate" who added it and ask them. > > I don't remember the _io module having form feed characters in its > source code. But I haven't worked on it in a long time... > There are actually two of them in _iomodule.c. All the rest in the repository are in .py files. (I did try to search for this char before making that change, but apparently my editor mishandled that search spectacularly.) - Tal Einat
_______________________________________________ python-committers mailing list -- python-committers@python.org To unsubscribe send an email to python-committers-le...@python.org https://mail.python.org/mailman3/lists/python-committers.python.org/ Message archived at https://mail.python.org/archives/list/python-committers@python.org/message/MZZIHJT337I2DO2DBDJLLZTPS3SG43CA/ Code of Conduct: https://www.python.org/psf/codeofconduct/