diff options
author | Leonard Richardson <leonardr@segfault.org> | 2023-01-27 14:25:15 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2023-01-27 14:25:15 -0500 |
commit | 159acad64e01010cded01c9c6dba849178e929e5 (patch) | |
tree | a94d6a30e26b7e9de3aacb0612d184ad11a202a1 /CHANGELOG | |
parent | e66f91c3d898e53a94fdd933ae9f9f62c52eaa2c (diff) |
Implemented the more complicated case of providing an appropriate stacklevel for the warning issued when the deprecated 'text' argument is passed in.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ Bazaar repository, the final revision to support Python 2 was 605. copied. [bug=1990400] * Warnings now do their best to provide an appropriate stacklevel, - improving the usefulness of the error message. [bug=1978744] + improving the usefulness of the message. [bug=1978744] * Passing a Tag's .contents into PageElement.extend() now works the same way as passing the Tag itself. |