Staging
v0.8.1
Revision 02c19a6fc08dd37a3a89cf1b9800c869c338bd3c authored by Miss Islington (bot) on 24 March 2018, 21:42:28 UTC, committed by GitHub on 24 March 2018, 21:42:28 UTC

- When adding a single element to a list, use .append() instead of
  += and creating a new list.
- For consistency, import the copy module, instead of just deepcopy. This
  leaves only a module at the class level, instead of a function.
- Improve some comments.
- Improve some whitespace.
- Use tuples instead of lists.
- Simplify a test.
(cherry picked from commit f96ddade0094d162cb6c2fd7255c5e8a90b5c37d)

Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
1 parent 471364b
History
File Mode Size
bundle
core
dev
doc
exe
launcher
lib
path
pip
tcltk
test
tools
ucrt
README.txt -rw-r--r-- 22.2 KB
build.bat -rw-r--r-- 2.3 KB
buildrelease.bat -rw-r--r-- 8.8 KB
common.wxs -rw-r--r-- 4.2 KB
common_en-US.wxl_template -rw-r--r-- 1.4 KB
csv_to_wxs.py -rw-r--r-- 4.9 KB
distutils.command.bdist_wininst.py -rw-r--r-- 555 bytes
generate_md5.py -rw-r--r-- 679 bytes
get_externals.bat -rw-r--r-- 2.6 KB
make_zip.proj -rw-r--r-- 1.8 KB
make_zip.py -rw-r--r-- 7.5 KB
msi.props -rw-r--r-- 8.8 KB
msi.targets -rw-r--r-- 5.2 KB
purge.py -rw-r--r-- 1.8 KB
testrelease.bat -rw-r--r-- 4.0 KB
uploadrelease.bat -rw-r--r-- 4.9 KB
uploadrelease.proj -rw-r--r-- 6.6 KB
wix.props -rw-r--r-- 955 bytes

README.txt

back to top