Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openpyxl
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 235
    • Issues 235
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • openpyxl
  • openpyxl
  • Merge requests
  • !365

Merged
Created Dec 16, 2019 by Bitbucket Importer@bitbucket_importerOwner

Fix SyntaxWarning with python 3.8 due to using "is" in a literal comparison

  • Overview 0
  • Commits 1
  • Changes 1

Created originally on Bitbucket by aerostitch

Was already merged in Bitbucket before import, marked as merged by the import user

Hi,

This PR fixes a SyntaxWarning you get when running openpyxl with python 3.8 due to using "is" in a literal comparison

The warning was:

SyntaxWarning: "is" with a literal. Did you mean "=="?

Thanks,

Joseph

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: bitbucket/merged-pr-365