Skip to content

Revert "Merge pull request #10727 from jorisvandenbossche/sphinx-traceback #10916

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

Merged
merged 1 commit into from
Aug 28, 2015

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Aug 28, 2015

This reverts commit d406273, reversing
changes made to bd804aa.

@jorisvandenbossche reverting so that the docs build

pls rebsumit when you can

…phinx-traceback"

This reverts commit d406273, reversing
changes made to bd804aa.
@jreback jreback added the Docs label Aug 28, 2015
@jreback jreback added this to the 0.17.0 milestone Aug 28, 2015
jreback added a commit that referenced this pull request Aug 28, 2015
Revert "Merge pull request #10727 from jorisvandenbossche/sphinx-traceback
@jreback jreback merged commit af5089e into pandas-dev:master Aug 28, 2015
@jorisvandenbossche
Copy link
Member

Yep, sure!

The problem is, it just builds fine locally ... Tested it both on linux and windows.

I think it has to do with this example:

In [41]: a, b = 1, 2

In [42]: pd.eval('@a + b')
  File "<string>", line unknown
SyntaxError: The '@' prefix is not allowed in top-level eval calls, 
please refer to your variables by name without the '@' prefix

Because it is a syntax-error, which seems to have some different error traceback than other errors

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

Successfully merging this pull request may close these issues.

2 participants