summaryrefslogtreecommitdiffstats
path: root/software/python.page
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2013-06-05 14:27:17 -0400
committerbnewbold <bnewbold@robocracy.org>2013-06-05 14:27:17 -0400
commit4d7ddf23ac946e247a194cfd19222b4c3c691d70 (patch)
treeb07cca08adb931a0a54ec7541f5af2c088b762b4 /software/python.page
parentc1d56f67102c0113d35664e7d726559ac846fd7f (diff)
downloadknowledge-4d7ddf23ac946e247a194cfd19222b4c3c691d70.tar.gz
knowledge-4d7ddf23ac946e247a194cfd19222b4c3c691d70.zip
minor tweaks and notes
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).