]> granicus.if.org Git - python/commitdiff
reference the io momdule in file and directory section
authorBenjamin Peterson <benjamin@python.org>
Wed, 15 Apr 2009 20:34:30 +0000 (20:34 +0000)
committerBenjamin Peterson <benjamin@python.org>
Wed, 15 Apr 2009 20:34:30 +0000 (20:34 +0000)
Doc/library/filesys.rst

index 3a217d5523bbb4c7391e1a94e94f1a9681ce378d..41f77168ca86dbed6cf51db16646f01d0d694119 100644 (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.
+