From 3e6f440b8d19ffd2658229e8a23ed8d558390da2 Mon Sep 17 00:00:00 2001
From: Aldo Cortesi
Date: Sat, 21 Jul 2012 14:17:41 +1200
Subject: Document Python-style string escaping.
---
libpathod/templates/docs_pathod.html | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/libpathod/templates/docs_pathod.html b/libpathod/templates/docs_pathod.html
index 8fc062ca..3b10b212 100644
--- a/libpathod/templates/docs_pathod.html
+++ b/libpathod/templates/docs_pathod.html
@@ -218,6 +218,10 @@ various other goodies. Try it by visiting the server root:
'fo\'o'
+ Literal values can contain Python-style backslash escape sequences:
+
+ 'foo\r\nbar'
+
Files
@@ -284,9 +288,11 @@ various other goodies. Try it by visiting the server root:
+ - ascii
- ascii_letters
- ascii_lowercase
- ascii_uppercase
+ - bytes
- digits
- hexdigits
- letters
@@ -296,8 +302,6 @@ various other goodies. Try it by visiting the server root:
- punctuation
- uppercase
- whitespace
- - ascii
- - bytes
--
cgit v1.2.3