diff options
author | Brett Cannon <bcannon@gmail.com> | 2007-10-26 05:42:09 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2007-10-26 05:42:09 (GMT) |
commit | 37f7e6ebcbf86b5c7f4e5bad574d5f0173f77765 (patch) | |
tree | 0855e48d616893c29a2ecab25ff336016cb91c01 /Misc | |
parent | c12a813aa7671ee12ccb79a70177a62bcefa2561 (diff) | |
download | cpython-37f7e6ebcbf86b5c7f4e5bad574d5f0173f77765.zip cpython-37f7e6ebcbf86b5c7f4e5bad574d5f0173f77765.tar.gz cpython-37f7e6ebcbf86b5c7f4e5bad574d5f0173f77765.tar.bz2 |
Add a missing news entry about how str8's constructor signature now matches the
bytes type.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ What's New in Python 3.0a2? Core and Builtins ----------------- +- str8 now has the same construction signature as bytes. + - Comparisons between str and str8 now return False/True for ==/!=. sqlite3 returns str8 when recreating on object from it's __conform__ value. The struct module returns str8 for all string-related formats. This was true |