Bugfixes * FE-0003 - `anothervar = "\n".join(f.contents)` displayed as the following because I forgot to put an extra backslash:
anothervar = " ".join(f.contents)
2.1
What's new? * `File` to `str` conversion * Line system is now the same as the Python indexing system, i.e. `f.contents[3]` is now line 4 * Updated `fileedit_help()` text
Bugfixes * FE0002 - trying to `f.replace()` something in a specified line would give `NameError` because of my sloppy copy-pasting
2.0
New Features: ByteFile: a File object compatible with byte files like .docx
1.14
New Features: A project description for PyPI (view at https://pypi.org/project/fileedit/)