Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/library/restricted.rst

    r2 r391  
    3232directory, but never to write a file.  In this case, the supervisor may redefine
    3333the built-in :func:`open` function so that it raises an exception whenever the
    34 *mode* parameter is ``'w'``.  It might also perform a :cfunc:`chroot`\ -like
     34*mode* parameter is ``'w'``.  It might also perform a :c:func:`chroot`\ -like
    3535operation on the *filename* parameter, such that root is always relative to some
    3636safe "sandbox" area of the filesystem.  In this case, the untrusted code would
Note: See TracChangeset for help on using the changeset viewer.