diff options
author | bnewbold <bnewbold@robocracy.org> | 2012-11-24 02:51:20 +0100 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2012-11-24 02:51:20 +0100 |
commit | b3e8c781320bae3f988b611476ac0f802e1a3299 (patch) | |
tree | be69833bd5800418fac813f83c8c0ffaeea3bacf /software | |
parent | c5a3dee7ccfab42f92d4050f302c82d8b4568101 (diff) | |
download | knowledge-b3e8c781320bae3f988b611476ac0f802e1a3299.tar.gz knowledge-b3e8c781320bae3f988b611476ac0f802e1a3299.zip |
codecs package
Diffstat (limited to 'software')
-rw-r--r-- | software/python.page | 8 |
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)``. + |