[issue12344] Add **kwargs to reinitialize_command

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue12344] Add **kwargs to reinitialize_command

2011-11-15 Thread Éric Araujo
Éric Araujo added the comment: I’ve noticed that setuptools’ Command class also allows keyword arguments in its constructor. I’m not sure if it would be useful, but I’ve not looked in depth at the packaging codebase to see if there is code that could use that. -- ___

[issue12344] Add **kwargs to reinitialize_command

2011-11-12 Thread Éric Araujo
Éric Araujo added the comment: BTW, here’s the changeset to rename get_reinit_etc. -- Added file: http://bugs.python.org/file23660/rename-grc.diff ___ Python tracker ___ ___

[issue12344] Add **kwargs to reinitialize_command

2011-11-12 Thread Éric Araujo
Changes by Éric Araujo : Added file: http://bugs.python.org/file23659/fix-reinitialize-command.diff ___ Python tracker ___ ___ Python-bugs-lis

[issue12344] Add **kwargs to reinitialize_command

2011-11-12 Thread Éric Araujo
Éric Araujo added the comment: I’ve spent some time on this. First, I decided that the former name (reinitialize_command) of the method was better. The get_* name could create the impression that the returned object was independent from the internal caches (command_obj, have_run), but it was