summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2015-06-28 15:39:36 -0400
committerLeonard Richardson <leonardr@segfault.org>2015-06-28 15:39:36 -0400
commit9428b9d6ed0d279a72414a986290821ca4f0caaf (patch)
treef792dd2d4e0b4c3913d4766a2717e57e7dd23b12 /NEWS.txt
parent92ad5e0dee9503f507f6277b493dfa96010f3a44 (diff)
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]
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 6eeebd2..7bc920e 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -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]