~ubuntu-branches/ubuntu/natty/python3.1/natty-security

« back to all changes in this revision

Viewing changes to Doc/library/filesys.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-09-15 17:02:57 UTC
  • mfrom: (1.4.1 upstream) (2.2.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100915170257-u7zff32q1ka8va5f
Tags: 3.1.2+20100915-0ubuntu1
* Update to the 3.1 release branch, 20100915.
* Add copyright information for expat, libffi and zlib. Addresses: #596276.
* Apply proposed fix for issue 9054, configure --with-system-expat.
* Provide Lib/plat-gnukfreebsd[78] (Jakub Wilk). Addresses: #593818.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
.. seealso::
28
28
 
29
29
   Module :mod:`os`
30
 
      Operating system interfaces, including functions to work with files at a lower
31
 
      level than the built-in file object.
 
30
      Operating system interfaces, including functions to work with files at a
 
31
      lower level than Python :term:`file objects <file object>`.
32
32
 
33
33
   Module :mod:`io`
34
34
      Python's built-in I/O library, including both abstract classes and