commit | 32a3fb5ec95c9417c43344a80d9e09c8042ac66d | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Jan 21 21:23:15 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Jan 21 21:23:15 2008 +0000 |
tree | 7ecc7556d326a3e4e873f52e7611ca41a122b680 | |
parent | f00b38e08ccdcb48e409df951454f91cec428c0e [diff] [blame] |
Patch #1720595: add T_BOOL to the range of structmember types. Patch by Angelo Mottola, reviewed by MvL, tests by me.
diff --git a/Misc/NEWS b/Misc/NEWS index b0a28b1..5084bf9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and builtins ----------------- +- Patch #1720595: add T_BOOL to the range of structmember types. + - Issue #1882: when compiling code from a string, encoding cookies in the second line of code were not always recognized correctly.