Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
Lichen
tests/operator_syntax.py
314:86368c6ae78b
279:22aea7bc1acd
2016-12-05
Paul Boddie
raw
annotate
files
changeset
graph
Make sure that imported names referring to non-static objects are initialised.
1
print
1
==
1
# True
2
print
1
!=
1
# False
3
print
1
==
"one"
# False
4
print
1
!=
"one"
# True