mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Previously some error messages complained about incompatible combinations of directives that are not contained in the format string. Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2 lines
177 B
ReStructuredText
2 lines
177 B
ReStructuredText
Fix some error messages for invalid ISO format string combinations in ``strptime()`` that referred to directives not contained in the format string.
|
|
Patch by Gordon P. Hemsley.
|