##// END OF EJS Templates
Internal machinery should not be printing out error messages.
Thomas Kluyver -
Show More
@@ -1259,7 +1259,6 b' class InteractiveShell(SingletonConfigurable, Magic):'
1259 oname = oname.strip()
1259 oname = oname.strip()
1260 #print '1- oname: <%r>' % oname # dbg
1260 #print '1- oname: <%r>' % oname # dbg
1261 if not py3compat.isidentifier(oname.lstrip(ESC_MAGIC), dotted=True):
1261 if not py3compat.isidentifier(oname.lstrip(ESC_MAGIC), dotted=True):
1262 print 'Python identifiers can only contain ascii characters.'
1263 return dict(found=False)
1262 return dict(found=False)
1264
1263
1265 alias_ns = None
1264 alias_ns = None
General Comments 0
You need to be logged in to leave comments. Login now