From 155e48b7af1bdbd10cfcbb9943a7ec059270d357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Andrieu?= Date: Tue, 23 Aug 2016 11:50:06 +0200 Subject: [PATCH] DumpFile() third argument is deprecated and doesn't exists anymore in 3.x --- components/filesystem.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/filesystem.rst b/components/filesystem.rst index e799dfa2813..2efc4cffb2e 100644 --- a/components/filesystem.rst +++ b/components/filesystem.rst @@ -252,8 +252,6 @@ complete new file (but never a partially-written file):: The ``file.txt`` file contains ``Hello World`` now. -A desired file mode can be passed as the third argument. - Error Handling --------------