Author: Brian Kearns <[email protected]>
Branch:
Changeset: r62181:8ce8657b8be1
Date: 2013-03-07 14:55 -0500
http://bitbucket.org/pypy/pypy/changeset/8ce8657b8be1/
Log: comments
diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py
--- a/lib_pypy/_collections.py
+++ b/lib_pypy/_collections.py
@@ -5,6 +5,9 @@
# (nondist/sandbox/collections/pydeque.py rev 1.1, Raymond Hettinger)
#
+# Note that PyPy also contains a built-in module '_collections' which will hide
+# this one if compiled in.
+
import operator
try:
from thread import get_ident as _thread_ident
diff --git a/lib_pypy/cStringIO.py b/lib_pypy/cStringIO.py
--- a/lib_pypy/cStringIO.py
+++ b/lib_pypy/cStringIO.py
@@ -2,7 +2,7 @@
# StringIO-based cStringIO implementation.
#
-# Note that PyPy contains also a built-in module 'cStringIO' which will hide
+# Note that PyPy also contains a built-in module 'cStringIO' which will hide
# this one if compiled in.
from StringIO import *
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit