Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add something to FAQ about octal issues #17807

Closed
kcrisman opened this issue Feb 18, 2015 · 2 comments
Closed

Add something to FAQ about octal issues #17807

kcrisman opened this issue Feb 18, 2015 · 2 comments

Comments

@kcrisman
Copy link
Member

Minimal-ish example to add to faq, as this is a pretty tricky one to decipher otherwise:


sage: 100+017
115
sage: 100+018
  File "<ipython-input-4-e22a2df853ad>", line 1
    Integer(100)+Integer(018)
                           ^
SyntaxError: invalid token

See https://groups.google.com/forum/#!topic/sage-support/QX25O0zBa7w

Component: documentation

Reviewer: Jeroen Demeyer

Issue created by migration from https://trac.sagemath.org/ticket/17807

@kcrisman kcrisman added this to the sage-6.6 milestone Feb 18, 2015
@jdemeyer
Copy link

comment:1

Alternative: #17808.

@jdemeyer jdemeyer removed this from the sage-6.6 milestone May 30, 2016
@jdemeyer
Copy link

Reviewer: Jeroen Demeyer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants