- Changed `test_data.js` to `test_data.json` - Added `deprecated` decorator - Added `deprecation` function - Readded old functions, and marked them as deprecated - Changed parameters back to being type-in-specific (support for python 2.x) - Deprecated `info_log` and `debug` init paramters
27 lines
219 B
Plaintext
27 lines
219 B
Plaintext
*py[co]
|
|
|
|
# Test scripts
|
|
*.sh
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
|
|
# Vim
|
|
.*.sw[op]
|
|
|
|
# Sphinx documentation
|
|
docs/_build/
|
|
|
|
# Data for tests
|
|
test_data.json
|
|
tests.data |