Documentation
The strftime, strptime and ctime methods of the datetime and time objects have poor docstrings, which makes it near impossible to write code that interacts with them without referring to the online documentation.
The documentation could be improved greatly by adding information on the specifics of the input/output formats, specifically elaborating on the escape sequences used.
Linked PRs
Documentation
The
strftime,strptimeandctimemethods of thedatetimeandtimeobjects have poor docstrings, which makes it near impossible to write code that interacts with them without referring to the online documentation.The documentation could be improved greatly by adding information on the specifics of the input/output formats, specifically elaborating on the escape sequences used.
Linked PRs