summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2016-07-18 20:20:00 -0400
committerLeonard Richardson <leonardr@segfault.org>2016-07-18 20:20:00 -0400
commit3c769d98b64ba347dd7cb7e42d7d8b4ce1f8ed3c (patch)
treed267c11bf5578f6f852db076a933b15b669d2f23 /NEWS.txt
parent1288307d878e2c878be193fcb43d107ce952ade5 (diff)
downloadbeautifulsoup4-3c769d98b64ba347dd7cb7e42d7d8b4ce1f8ed3c.tar.gz
The argument to now works correctly, though it's
not implemented very efficiently. [bug=1520530]
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 572ad65..1fe2159 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -21,6 +21,9 @@
BeautifulSoup object being instantiated without a parser being
specified. [bug=1574647]
+* The `limit` argument to `select()` now works correctly, though it's
+ not implemented very efficiently. [bug=1520530]
+
* Fixed a Python 3 ByteWarning when a URL was passed in as though it
were markup. Thanks to James Salter for a patch and
test. [bug=1533762]