reference the io momdule in file and directory section

This commit is contained in:
Benjamin Peterson 2009-04-15 20:34:30 +00:00
parent 54f963e5bf
commit 50a1469557
1 changed files with 4 additions and 0 deletions

View File

@ -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.