From 64eab80b808f1c49acbcf60d5fb0276c256db234 2011-09-07 11:18:47 From: Thomas Kluyver Date: 2011-09-07 11:18:47 Subject: [PATCH] Internal machinery should not be printing out error messages. --- diff --git a/IPython/core/interactiveshell.py b/IPython/core/interactiveshell.py index 12a54b2..7ac7937 100644 --- a/IPython/core/interactiveshell.py +++ b/IPython/core/interactiveshell.py @@ -1259,7 +1259,6 @@ class InteractiveShell(SingletonConfigurable, Magic): oname = oname.strip() #print '1- oname: <%r>' % oname # dbg if not py3compat.isidentifier(oname.lstrip(ESC_MAGIC), dotted=True): - print 'Python identifiers can only contain ascii characters.' return dict(found=False) alias_ns = None