Does BeautifulSoup work with Python 3?
If not, how soon will there be a port? Will there be a port at all?
Google doesn't turn up anything to me (Maybe it's 'coz I'm looking for the wrong thing?)
|
Does BeautifulSoup work with Python 3? If not, how soon will there be a port? Will there be a port at all? Google doesn't turn up anything to me (Maybe it's 'coz I'm looking for the wrong thing?) |
|||
|
|
|
About two months after I asked this question, a port has been released: http://groups.google.com/group/beautifulsoup/browse_thread/thread/f24882cc17a0625e It'll bet BS working, but that's about it. Not yet tried it though. |
|||
|
|
|
There's a release candidate for Python 3.0 available, so you can always test BeautifulSoup's compatibility yourself :) |
|||
|
|
|
http://www.crummy.com/software/BeautifulSoup/ says:
|
|||
|
|
|
I'm guessing the answer is "No". According to Python.org:
A better place for this particular question might be the BeautifulSoup forum. |
|||
|
|