summaryrefslogtreecommitdiffstats
path: root/software/python.page
diff options
context:
space:
mode:
Diffstat (limited to 'software/python.page')
-rw-r--r--software/python.page4
1 files changed, 4 insertions, 0 deletions
diff --git a/software/python.page b/software/python.page
index abf145e..5d05ad8 100644
--- a/software/python.page
+++ b/software/python.page
@@ -75,3 +75,7 @@ For debian packaging, use [stdeb](http://pypi.python.org/pypi/stdeb)
The ``codecs`` package has some helpers; see for example
``open(f,mode,encoding)``.
+ASCII
+----------------
+'ord' is the function that takes a single ASCII character and returns the value
+number (as an int).