##// END OF EJS Templates
Tidy up dictionary-style methods of Config (2to3 converts 'has_key' calls to use the 'in' operator, which will be that of the parent dict unless we define it).
Tidy up dictionary-style methods of Config (2to3 converts 'has_key' calls to use the 'in' operator, which will be that of the parent dict unless we define it).

File last commit:

r3111:3fd347a5
r3113:d4266570
Show More
.gitignore
8 lines | 84 B | text/plain | TextLexer
Brian Granger
Adding .gitignore and updating release to remove bzr tag.
r2592 docs/dist
docs/build/*
docs/source/api/generated
*.pyc
build
*.egg-info
Thomas Kluyver
Ignore .py~ files
r3110 *.py~
Thomas Kluyver
Ignore .bak files
r3111 *.bak