diff options
author | Leonard Richardson <leonardr@segfault.org> | 2016-07-18 20:20:00 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2016-07-18 20:20:00 -0400 |
commit | d152430325e8ebbf5a5be46c4c0a3f8489c119ff (patch) | |
tree | 95b7d9b2d6a57193db4f1ddbe7bc4dd145cb7e72 /NEWS.txt | |
parent | 8ffca2780147d03908210d8869b3c86a46906652 (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.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |