diff options
author | Leonard Richardson <leonardr@segfault.org> | 2013-05-31 09:44:37 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2013-05-31 09:44:37 -0400 |
commit | 40d0fcd877e58f2862025f5a39a8ab0861e12b8b (patch) | |
tree | 56da721ec08ef341474cb1836a4c3c14e52b21cb /NEWS.txt | |
parent | 9ebf90c684990306433b6c364a93b425a88ef2e7 (diff) |
Reverted the patch that gives NavigableString a .name property, because that's too big an API change for a bugfix release.
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,9 +1,4 @@ -= 4.3.0 (Unreleased) = - -* A NavigableString object now has an immutable '.name' property whose - value is always None. This makes it easier to iterate over a mixed - list of tags and strings without having to check whether each - element is a tag or a string. += 4.2.1 (20130531) = * The default XML formatter will now replace ampersands even if they appear to be part of entities. That is, "<" will become |