Changes between Version 9 and Version 10 of Ticket #17808
- Timestamp:
- Feb 24, 2015, 2:43:10 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17808 – Description
v9 v10 3 3 sage: 0100 4 4 /usr/local/src/sage-git/local/lib/python2.7/site-packages/IPython/core/interactiveshell.py:2883: DeprecationWarning: use 0o as octal prefix instead of 0 5 If you do not want this number to be interpreted as octal, remove the leading zeros. 5 6 See http://trac.sagemath.org/17413 for details. 6 7 exec(code_obj, self.user_global_ns, self.user_ns)