[Python-checkins] peps: Kill raw_open()

antoine.pitrou python-checkins at python.org
Sat Nov 16 19:55:34 CET 2013


http://hg.python.org/peps/rev/586d40e32260
changeset:   5278:586d40e32260
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sat Nov 16 19:55:30 2013 +0100
summary:
  Kill raw_open()

files:
  pep-0428.txt |  6 ------
  1 files changed, 0 insertions(+), 6 deletions(-)


diff --git a/pep-0428.txt b/pep-0428.txt
--- a/pep-0428.txt
+++ b/pep-0428.txt
@@ -630,12 +630,6 @@
     ...
     '#!/usr/bin/env python3\n'
 
-The ``raw_open()`` method, on the other hand, is similar to ``os.open``::
-
-    >>> fd = p.raw_open(os.O_RDONLY)
-    >>> os.read(fd, 15)
-    b'#!/usr/bin/env '
-
 
 Filesystem modification
 -----------------------

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list