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

Partial #6153 #4463 : reduce ipython_genutils usage #6214

Open
wants to merge 3 commits into
base: 6.4.x
Choose a base branch
from

Commits on Oct 25, 2021

  1. Python compatibility: drop u string prefix as deprecated

    `u` prefix was used in python 2, before all strings became unicode
    penguinolog committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    bc6a327 View commit details
    Browse the repository at this point in the history
  2. Partial jupyter#6153 jupyter#4463 : reduce ipython_genutils usage

    * remove stdlib code can be used directly or helper redundant:
      * str is already unicode
      * type casting is done in external lib
      * import aliases
    * remove unused imports
    penguinolog committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    1cc25e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67420fc View commit details
    Browse the repository at this point in the history