~leonardr/beautifulsoup/bs4

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Leonard Richardson
  • Date: 2021-09-08 00:09:32 UTC
  • Revision ID: leonardr@segfault.org-20210908000932-fernpoi4ky2dg3mg
Goodbye, Python 2. [bug=1942919]

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
= 4.10.0 (unreleased)
2
 
 
3
1
Beautiful Soup's official support for Python 2 ended on December 31st,
4
 
2020. This release supports both Python 2 and Python 3, but there's no
5
 
guarantee that this will hold for the next release.
 
2
2020. The final release to support Python 2 was Beautiful Soup
 
3
4.9.3. In the Launchpad Bazaar repository, the final revision to support
 
4
Python 2 was revision 605.
 
5
 
 
6
= 4.10.0 (20210907)
 
7
 
 
8
* This is the first release of Beautiful Soup to only support Python
 
9
  3. I dropped Python 2 support to maintain support for newer versions
 
10
  (58 and up) of setuptools. See:
 
11
  https://github.com/pypa/setuptools/issues/2769 [bug=1942919]
6
12
 
7
13
* The behavior of methods like .get_text() and .strings now differs
8
14
  depending on the type of tag. The change is visible with HTML tags