changeset 11:df25b4e145e1

Added TODOs
author Atul Varma <varmaa@toolness.com>
date Thu, 05 Jun 2008 16:38:49 -0700
parents 58662d737f49
children 506880d3a791
files PythonForJsProgrammers.txt
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/PythonForJsProgrammers.txt	Thu Jun 05 16:31:40 2008 -0700
+++ b/PythonForJsProgrammers.txt	Thu Jun 05 16:38:49 2008 -0700
@@ -490,6 +490,14 @@
 
 .. _`PEP 8`: http://www.python.org/dev/peps/pep-0008
 
+TODOs
+=====
+
 TODO: Mention TinyPy.
+
 TODO: Mention "Batteries Included"
-TODO: Mention generators, generator comprehensions/expressions, array comprehensions, other stuff lifted from Python by JS.
+
+TODO: Mention generators, generator comprehensions/expressions, array
+comprehensions, other stuff lifted from Python by JS.
+
+TODO: Mention 'special' methods like __getattr__, etc.