diff options
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -15,9 +15,10 @@ Especially important changes: argument described in the documentation. `text` may eventually change its meaning, but not for a very long time. [bug=1366856] -* Changed the way soup objects work under copy.copy() and - copy.deepcopy(). Copying a NavigableString will give you a new - NavigableString that is not connected to the parse tree. +* Changed the way soup objects work under copy.copy(). Copying a + NavigableString or a Tag will give you a new NavigableString that's + equal to the old one but not connected to the parse tree. Patch by + Martijn Peters. [bug=1307490] * Started using a standard MIT license. [bug=1294662] |