1
1
mirror of https://git.launchpad.net/beautifulsoup synced 2025-10-06 00:12:49 +02:00

Mention the attrs change, just in case.

This commit is contained in:
Leonard Richardson
2025-09-14 12:47:36 -04:00
parent da76f83d8a
commit 222984beae

View File

@@ -44,7 +44,7 @@
a decomposed element. (The output is not *useful* and you still
shouldn't do this, but it won't raise an exception anymore.) [bug=2120300]
* The default value for the 'attrs' attribute in find() method is now
* The default value for the 'attrs' attribute in find* methods is now
None, not the empty dictionary. This should have no visible effect
on anything.