[pypy-commit] pypy default: The _csv module is translating.

arigo noreply at buildbot.pypy.org
Mon Sep 24 18:10:33 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r57507:fa0b341cf035
Date: 2012-09-24 17:45 +0200
http://bitbucket.org/pypy/pypy/changeset/fa0b341cf035/

Log:	The _csv module is translating.

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -34,7 +34,7 @@
      "thread", "itertools", "pyexpat", "_ssl", "cpyext", "array",
      "_bisect", "binascii", "_multiprocessing", '_warnings',
      "_collections", "_multibytecodec", "micronumpy", "_ffi",
-     "_continuation", "_cffi_backend"]
+     "_continuation", "_cffi_backend", "_csv"]
 ))
 
 translation_modules = default_modules.copy()


More information about the pypy-commit mailing list