From 964a25828644e87daa80c2b85ceaed397bca637e Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Mon, 18 Jul 2016 21:56:10 -0400 Subject: Corrected an encoding error that happened when a BeautifulSoup object was copied. [bug=1554439] --- NEWS.txt | 3 +++ bs4/__init__.py | 11 ++++++++++- bs4/tests/test_tree.py | 7 +++++++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/NEWS.txt b/NEWS.txt index 9e27d51..73d737c 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -12,6 +12,9 @@ * Corrected handling of XML processing instructions. [bug=1504393] +* Corrected an encoding error that happened when a BeautifulSoup + object was copied. [bug=1554439] + * The contents of