Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r63790:7ca550ea2870
Date: 2013-05-01 13:17 -0700
http://bitbucket.org/pypy/pypy/changeset/7ca550ea2870/

Log:    kill the duplicate

diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py
--- a/pypy/interpreter/app_main.py
+++ b/pypy/interpreter/app_main.py
@@ -358,7 +358,6 @@
     's': (simple_option, 'no_user_site'),
     'S': (simple_option, 'no_site'),
     'u': (simple_option, 'unbuffered'),
-    'b': (simple_option, 'bytes_warning'),
     'v': (simple_option, 'verbose'),
     'q': (simple_option, 'quiet'),
     # more complex options
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to