From d85c318b6f3769e7889fb5e0351e3efd2867faa1 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Fri, 14 Aug 2009 22:57:47 -0400 Subject: [PATCH] fixed pypi link --- whats-new.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whats-new.html b/whats-new.html index acadc43..eb1e326 100644 --- a/whats-new.html +++ b/whats-new.html @@ -46,6 +46,6 @@ h3:before{content:''}

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! -

Also new in Python — not in the language but in the community — is the emergence of code repositories like The Python Package Index (PyPI). Python comes with utilities to package your code in standard formats and distribute those packages on PyPI. Read Packaging Python Libraries for details. +

Also new in Python — not in the language but in the community — is the emergence of code repositories like The Python Package Index (PyPI). Python comes with utilities to package your code in standard formats and distribute those packages on PyPI. Read Packaging Python Libraries for details.

© 2001–9 Mark Pilgrim