From fb75acff668cf34b6314f14f7bc706d3079fc96d Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Thu, 21 May 2009 21:45:59 -0400 Subject: [PATCH] grammar --- whats-new.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whats-new.html b/whats-new.html index b3c8f92..a445ece 100644 --- a/whats-new.html +++ b/whats-new.html @@ -33,7 +33,7 @@ h3:before{content:""}

By popular request, I’ve added an appendix on Special Method Names, which is kind of like the Python docs “Data Model” chapter but with more snark. -

When I was writing “Dive Into Python”, all of the available XML libraries sucked. Then Fredrik Lundh wrote ElementTree, which doesn’t suck at all. Then the Python gods wisely incorporated ElementTree into the standard library, and now it forms the basis for my new XML chapter. The old ways of parsing XML are still around, but you should avoid them, because they suck! +

When I was writing “Dive Into Python”, all of the available XML libraries sucked. Then Fredrik Lundh wrote ElementTree, which doesn’t suck at all. The Python gods wisely incorporated ElementTree into the standard library, and now it forms the basis for my new XML chapter. The old ways of parsing XML are still around, but you should avoid them, because they suck!

That’s it for now; the book’s not finished yet! The file I/O subsystem is totally different now; I hope to write about that soon.