# HG changeset patch # User Atul Varma # Date 1212709129 25200 # Node ID df25b4e145e17b4a89921707d6820b2929dcb3db # Parent 58662d737f495351899aaec673634320a9a0cbeb Added TODOs diff -r 58662d737f49 -r df25b4e145e1 PythonForJsProgrammers.txt --- 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.