bottlepy / bottle

bottle.py is a fast and simple micro-framework for python web-applications.
http://bottlepy.org/
MIT License
8.34k stars 1.46k forks source link

fix erroneous expression #1271

Closed SergBobrovsky closed 3 years ago

SergBobrovsky commented 3 years ago

from standart module "operator"

def is_not(a, b):
    "Same as a is not b."
    return a is not b