[pypy-commit] pypy default: Bah.

arigo noreply at buildbot.pypy.org
Sun Apr 27 11:05:05 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r71016:f80ed2c760f6
Date: 2014-04-27 11:04 +0200
http://bitbucket.org/pypy/pypy/changeset/f80ed2c760f6/

Log:	Bah.

diff --git a/rpython/rlib/streamio.py b/rpython/rlib/streamio.py
--- a/rpython/rlib/streamio.py
+++ b/rpython/rlib/streamio.py
@@ -40,7 +40,7 @@
 from rpython.rlib import rposix
 from rpython.rlib.rstring import StringBuilder
 
-from os import O_RDONLY, O_WRONLY, O_RDWR, O_CREAT, O_TRUNC
+from os import O_RDONLY, O_WRONLY, O_RDWR, O_CREAT, O_TRUNC, O_APPEND
 O_BINARY = getattr(os, "O_BINARY", 0)
 
 #          (basemode, plus)


More information about the pypy-commit mailing list