Changes between Initial Version and Version 1 of Ticket #28412


Ignore:
Timestamp:
Jul 18, 2017, 5:35:09 PM (7 years ago)
Author:
Carl Dunham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28412 – Description

    initial v1  
    1 When creating a command using BaseCommand, the help text is included in a class variable called 'help'. This masks the Python global 'help' function.
     1When creating a command using BaseCommand, the help text is included in a class attribute called 'help'. This masks the Python global 'help' function.
    22
    33While not likely to arise in normal use ('help' is considered an interactive command), this isn't a good code smell.
Back to Top