diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2009-03-13 18:09:23 -0400 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2009-03-13 18:09:23 -0400 |
commit | cafaed172c6fd8b0668f1365bbb97331ca4fa1dc (patch) | |
tree | 35effc997e715cbb2c6577232e60c01e634dc77c /README |
Initial (manual) import.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +The canonical version of Beautiful Soup is the Python 2 version. You +can generate the Python 3 version by running to3.sh, or by doing what +to3.sh does: run 2to3 on BeautifulSoup.py and BeautifulSoupTests.py, +then applying the appropriate .3.diff file to each generated script. + +The testall.sh script tests both the Python 2 version and a freshly +generated Python 3 version.
\ No newline at end of file |