From 50a14695573807aebdeea1c7c057b816b1bbd4a3 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 15 Apr 2009 20:34:30 +0000 Subject: reference the io momdule in file and directory section --- Doc/library/filesys.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/library/filesys.rst b/Doc/library/filesys.rst index 3a217d5..41f7716 100644 --- a/Doc/library/filesys.rst +++ b/Doc/library/filesys.rst @@ -34,3 +34,7 @@ in this chapter is: Operating system interfaces, including functions to work with files at a lower level than the built-in file object. + Module :mod:`io` + Python's framework for dealing with I/O including reading and writing + files. + -- cgit v0.12