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.