New submission from Opher Shachar <oph...@gmail.com>:

When creating a custom Command (or sub-classing one) we cannot initialize in 
"initialize_options()" the "force" option to 1, because Command.__init__ resets 
it to None after the call to self.initialize_options().

----------
components: Distutils
messages: 333481
nosy: Opher Shachar, dstufft, eric.araujo
priority: normal
severity: normal
status: open
title: Cannot initialize the "force" command-option
type: behavior
versions: Python 2.7, Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35718>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to