From 6ed5f105c62155ec9f9ef43a49bc007f53fe5bf5 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Thu, 23 Apr 2009 11:13:16 -0400 Subject: [PATCH] one of these days i'm going to cut you into little pieces --- porting-code-to-python-3-with-2to3.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/porting-code-to-python-3-with-2to3.html b/porting-code-to-python-3-with-2to3.html index ea7ceca..1cf9369 100644 --- a/porting-code-to-python-3-with-2to3.html +++ b/porting-code-to-python-3-with-2to3.html @@ -1158,7 +1158,7 @@ do_stuff(a_list) do_stuff(a_list)

FIXME: once the rest of the book is written, this appendix should contain copious links back to any chapter or section that touches on these features. -

© 2001–9 Mark Pilgrim