Changes between Initial Version and Version 1 of Ticket #28412
- Timestamp:
- Jul 18, 2017, 5:35:09 PM (7 years ago)
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.1 When creating a command using BaseCommand, the help text is included in a class attribute called 'help'. This masks the Python global 'help' function. 2 2 3 3 While not likely to arise in normal use ('help' is considered an interactive command), this isn't a good code smell.