diff options
author | Leonard Richardson <leonardr@segfault.org> | 2015-06-28 14:08:48 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2015-06-28 14:08:48 -0400 |
commit | 92ad5e0dee9503f507f6277b493dfa96010f3a44 (patch) | |
tree | 53e6615b01afa7da78a325ce4b498f3c01e6a662 /NEWS.txt | |
parent | ec60474030e5ae091dc3500312f9447dcc7d56bf (diff) |
Copying a NavigableString will give you a new NavigableString that is not connected to the parse tree.
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +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. + * Started using a standard MIT license. [bug=1294662] * Added a Chinese translation of the documentation by Delong .w. |