Incorrect makemessage command help text
The help text from the makemessage commands says this about --extensions flag:
The file extension(s) to examine (default: "html,txt",
or "js" if the domain is "djangojs"). Separate
multiple extensions with commas, or use -e multiple
times.
But the default file extensions is "html,txt,py" and not "html,txt". Not listing the "py" extension might imply that this extension is always set and that user don't need to specify it in case he/she decides to add another extension.
https://github.com/django/django/pull/4996
Change History
(5)
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Has patch: |
set
|
Triage Stage: |
Unreviewed → Ready for checkin
|
Type: |
Uncategorized → Cleanup/optimization
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
In 561c018: