Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r67540:5acd4d6e2c25
Date: 2013-10-23 13:14 -0700
http://bitbucket.org/pypy/pypy/changeset/5acd4d6e2c25/

Log:    kill

diff --git a/pypy/module/sys/__init__.py b/pypy/module/sys/__init__.py
--- a/pypy/module/sys/__init__.py
+++ b/pypy/module/sys/__init__.py
@@ -34,7 +34,6 @@
         'path'                  : 'state.get(space).w_path',
         'modules'               : 'state.get(space).w_modules', 
         'argv'                  : 'state.get(space).w_argv',
-        'py3kwarning'           : 'space.w_False',
         'warnoptions'           : 'state.get(space).w_warnoptions', 
         'abiflags'              : 'space.wrap("")',
         'builtin_module_names'  : 'space.w_None',
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to