aboutsummaryrefslogtreecommitdiff
path: root/docs/library/ustruct.rst
AgeCommit message (Collapse)Author
2020-01-12docs/library: Add / to indicate positional-only args in library docs.Jason Neal
Removes the confusion of positional-only arguments which have defaults that look like keyword arguments.
2017-07-02docs/library: Add CPython docs xref to each pertinent module.Paul Sokolovsky
Cross-reference text/link is implemented as RST substitution, so easy to consistently.
2017-06-30docs/{uselect,ussl,ustruct}: Use markup adhering to latest docs conventions.Paul Sokolovsky
2016-05-14docs/ustruct: Describe supported type codes.Paul Sokolovsky
2016-05-01docs/ustruct: Fix argument formatting.Paul Sokolovsky
Per current CPython docs conventions, arguments are in italics. Follow that.
2016-05-01docs/ustruct: Document pack_into(), unpack_from().Paul Sokolovsky
2016-04-22docs/ustruct: There's no complete "struct" module, only "ustruct" subset.Paul Sokolovsky
"ustruct" is good example of micro-ified module, so rather should belong to the corresponding list.