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

DOC: fixed using IP.prompt_manager which is removed from IPython 5.x #14004

Merged
merged 3 commits into from
Aug 18, 2016

Commits on Aug 16, 2016

  1. fixed using IP.prompt_manager which is removed from IPython 5.x

    class promptManager has removed in IPython 5.x, but this file
    still using that class, so it makes AttributeError.
    
    close pandas-dev#14003
    znmean committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    34acf67 View commit details
    Browse the repository at this point in the history
  2. revert to # comment, delete whatsnew notice

    as it is not a user facing bug fix.
    
    closes pandas-dev#14003
    znmean committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    d4ba6dc View commit details
    Browse the repository at this point in the history
  3. blankline removed

    znmean committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    cfd9499 View commit details
    Browse the repository at this point in the history