summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2013-12-14 22:46:14 -0500
committerTimothy Crosley <timothy.crosley@gmail.com>2013-12-14 22:46:14 -0500
commit832caa64c76bb66e9fa45cb96d7ef4a6a9b080dc (patch)
tree115fddf5c1dae2548d2ea8afd87525127337686c /README.md
parent185c87d0b5073cbb684fe38d5143515a5b0d07c5 (diff)
downloadpies-832caa64c76bb66e9fa45cb96d7ef4a6a9b080dc.tar.gz
Add magical unicode __str__ support to Python2
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2f4dcc5..c694cea 100644
--- a/README.md
+++ b/README.md
@@ -64,6 +64,7 @@ Functions:
Types:
+- object (__str__ automatically has correct behavior on all versions of Python)
- chr (creates a unichr object in Python2)
- str (creates a unicode object in Python2)
- dict (creating a dict using dict() will give you all the special Python3 itemview results, but using {} will not)