summaryrefslogtreecommitdiffstats
path: root/software
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-11-24 02:51:20 +0100
committerbnewbold <bnewbold@robocracy.org>2012-11-24 02:51:20 +0100
commitb3e8c781320bae3f988b611476ac0f802e1a3299 (patch)
treebe69833bd5800418fac813f83c8c0ffaeea3bacf /software
parentc5a3dee7ccfab42f92d4050f302c82d8b4568101 (diff)
downloadknowledge-b3e8c781320bae3f988b611476ac0f802e1a3299.tar.gz
knowledge-b3e8c781320bae3f988b611476ac0f802e1a3299.zip
codecs package
Diffstat (limited to 'software')
-rw-r--r--software/python.page8
1 files changed, 8 insertions, 0 deletions
diff --git a/software/python.page b/software/python.page
index 116ec6a..abf145e 100644
--- a/software/python.page
+++ b/software/python.page
@@ -67,3 +67,11 @@ http://packages.python.org/distribute/setuptools.html#automatic-script-creation
For debian packaging, use [stdeb](http://pypi.python.org/pypi/stdeb)
(via [stackoverflow thread](http://stackoverflow.com/questions/7110604/standard-way-to-create-debian-packages-for-distributing-python-programs)).
+
+"Fucking" String Encoding
+---------------------------
+(str/unicode errors in python are very prevalent and give me the rage)
+
+The ``codecs`` package has some helpers; see for example
+``open(f,mode,encoding)``.
+