diff options
Diffstat (limited to 'src/beautifulsoup/README')
-rw-r--r-- | src/beautifulsoup/README | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/beautifulsoup/README b/src/beautifulsoup/README deleted file mode 100644 index 8feac71..0000000 --- a/src/beautifulsoup/README +++ /dev/null @@ -1,7 +0,0 @@ -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 |