Docstrings for some methods in the datetime module are not very clear or helpful #97517
Labels
extension-modules
C modules in the Modules dir
stdlib
Python modules in the Lib dir
triaged
The issue has been accepted as valid by a triager.
Documentation
The
strftime
,strptime
andctime
methods of thedatetime
andtime
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
The text was updated successfully, but these errors were encountered: