We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b946bf commit 3137d37Copy full SHA for 3137d37
Lib/calendar.py
@@ -147,7 +147,6 @@ def __len__(self):
147
standalone_month_name = _localized_month('%OB')
148
standalone_month_abbr = _localized_month('%Ob')
149
except ValueError:
150
- # The platform does not support the %OB and %Ob specifiers.
151
standalone_month_name = month_name
152
standalone_month_abbr = month_abbr
153
0 commit comments