diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-20 19:30:01 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-20 19:30:01 -0500 |
commit | c3090d7e7337f88853fc5371c6d8011eb638c37f (patch) | |
tree | cfdc90333c894ade4e2dad99e16329253be5fea5 /CHANGELOG | |
parent | 39a2b266b634aa2eca4329a6719e090087113f46 (diff) |
Renamed constructor arguments to comply with PEP 8.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -21,6 +21,11 @@ Some attributes have also been renamed: * Tag.isSelfClosing -> Tag.is_empty_element +So have some arguments to popular methods: + + * BeautifulSoup(parseOnlyThese=...) -> BeautifulSoup(parse_only=...) + * BeautifulSoup(fromEncoding=...) -> BeautifulSoup(from_encoding=...) + == Generators are now properties == The generators have been given more sensible (and PEP 8-compliant) |