]> granicus.if.org Git - python/commit
Add default values for options in the class init routine, not in the convenience...
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 14 Dec 2001 14:31:15 +0000 (14:31 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 14 Dec 2001 14:31:15 +0000 (14:31 +0000)
commit81feb6c201f0be1d08a40e5638d4dd215e0bbe6b
tree35ec6f1f8edc8da4aaf3eb51d0ecb555eb09d3f6
parente54616cb6fdd9f9fb0d86ddd2cd5c4ffb51771b8
Add default values for options in the class init routine, not in the convenience wrapper function: distutils uses the class directly. Fixes bug #492665.
Mac/Lib/mkcwproject/__init__.py
Mac/Lib/mkcwproject/cwxmlgen.py