Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37f7e6e

Browse files
committed
Add a missing news entry about how str8's constructor signature now matches the
bytes type.
1 parent c12a813 commit 37f7e6e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ What's New in Python 3.0a2?
1111
Core and Builtins
1212
-----------------
1313

14+
- str8 now has the same construction signature as bytes.
15+
1416
- Comparisons between str and str8 now return False/True for ==/!=. sqlite3
1517
returns str8 when recreating on object from it's __conform__ value. The
1618
struct module returns str8 for all string-related formats. This was true

0 commit comments

Comments
 (0)