summaryrefslogtreecommitdiff
path: root/docs/examples/tutorial/string/c_func.pyx
Commit message (Collapse)AuthorAgeFilesLines
* docs: Resolve several exception handling/propagation issues in the examples.Stefan Behnel2021-06-151-2/+3
|
* Fix line endings.Stefan Behnel2019-02-151-22/+22
|
* In the string tutorial: Added try...finally and moved a small code snippet ↵gabrieldemarmiesse2018-06-171-0/+4
| | | | back to the .rst file.
* Extended the examples of string.rst and put them in the examples directory ↵gabrieldemarmiesse2018-06-161-0/+18
for testing.