diff options
| author | Benjamin Peterson <benjamin@python.org> | 2009-04-15 20:34:30 +0000 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2009-04-15 20:34:30 +0000 |
| commit | 50a14695573807aebdeea1c7c057b816b1bbd4a3 (patch) | |
| tree | 405f61b3ca116b30daa3d4df8d0bbf0b12664225 /Doc/library/filesys.rst | |
| parent | 54f963e5bf4242a6fb0fbd18ca2ed782617102e0 (diff) | |
| download | cpython-git-50a14695573807aebdeea1c7c057b816b1bbd4a3.tar.gz | |
reference the io momdule in file and directory section
Diffstat (limited to 'Doc/library/filesys.rst')
| -rw-r--r-- | Doc/library/filesys.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/filesys.rst b/Doc/library/filesys.rst index 3a217d5523..41f77168ca 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. + |
