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
commitd152430325e8ebbf5a5be46c4c0a3f8489c119ff (patch)
tree95b7d9b2d6a57193db4f1ddbe7bc4dd145cb7e72 /NEWS.txt
parent8ffca2780147d03908210d8869b3c86a46906652 (diff)
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]