From f1d3549c058bf14b6befed78c4d290c25bc6cc6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Mon, 18 Mar 2019 19:27:27 +0100 Subject: [PATCH] File --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 62b1389..0ebe358 100644 --- a/README.md +++ b/README.md @@ -1088,6 +1088,8 @@ Open .write() # Writes a string or bytes object. .writelines() # Writes a list of strings or bytes objects. ``` +* **No method adds or strips trailing newlines.** +* **Changes are not written until file gets closed.** ### Read Text from File ```python