changeset 31:57bae3eba6e3

Added by-line, removed TODO file and moved todos into main file as comments.
author Atul Varma <varmaa@toolness.com>
date Fri, 06 Jun 2008 00:19:39 -0700
parents 132314ef9739
children ace6f51e84e0
files PythonForJsProgrammers.txt TODO
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/PythonForJsProgrammers.txt	Fri Jun 06 00:14:53 2008 -0700
+++ b/PythonForJsProgrammers.txt	Fri Jun 06 00:19:39 2008 -0700
@@ -2,6 +2,8 @@
 Python for JavaScript Programmers
 =================================
 
+By Atul Varma
+
 I couldn't find anything on the web that attempted to teach Python to
 readers who already knew JavaScript, so I thought I'd give it a shot,
 since a number of my friends at Mozilla don't know much about Python
@@ -583,3 +585,6 @@
 accuracy.
 
 .. _`doctest`: http://docs.python.org/lib/module-doctest.html
+
+.. TODO: Add section on strings/unicode
+.. TODO: Add final section on where to go from here
--- a/TODO	Fri Jun 06 00:14:53 2008 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-* Add section on strings/unicode
-* Add final section on where to go from here