diff options
author | Marco Bonetti <sid77@slackware.it> | 2011-03-04 18:34:52 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-03-04 18:34:52 -0300 |
commit | 2f37ed8b3dfed9ff4d4907bcecb6377de4285854 (patch) | |
tree | 2d8f515c75d35a8ae320de73528b251ad3c09526 /libraries/BeautifulSoup/README | |
parent | 93deb8fb3e4278adc064b415d82e949472ba1498 (diff) | |
download | slackbuilds-2f37ed8b3dfed9ff4d4907bcecb6377de4285854.tar.gz |
libraries/BeautifulSoup: Updated for version 3.2.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/BeautifulSoup/README')
-rw-r--r-- | libraries/BeautifulSoup/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libraries/BeautifulSoup/README b/libraries/BeautifulSoup/README index 002dc2b409..08cac5c366 100644 --- a/libraries/BeautifulSoup/README +++ b/libraries/BeautifulSoup/README @@ -13,8 +13,9 @@ projects like screen-scraping. Three features make it powerful: 3. Beautiful Soup automatically converts incoming documents to Unicode and outgoing documents to UTF-8. You don't have to think about encodings, - unless the document doesn't specify an encoding and Beautiful Soup can't - autodetect one. Then you just have to specify the original encoding. + unless the document doesn't specify an encoding and Beautiful Soup + can't autodetect one. Then you just have to specify the original + encoding. Beautiful Soup parses anything you give it, and does the tree traversal stuff for you. You can tell it "Find all the links", or "Find all the links |