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

Skip to content

Commit 9562bcf

Browse files
committed
Add Oren Tirosh and news about his patch.
1 parent bea18cc commit 9562bcf

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ Tobias Thelen
460460
Robin Thomas
461461
Eric Tiedemann
462462
Tracy Tims
463+
Oren Tirosh
463464
Jason Tishler
464465
Christian Tismer
465466
Frank J. Tobin

Misc/NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Type/class unification and new-style classes
66

77
Core and builtins
88

9+
- The built-ins slice() and buffer() are now callable types. The
10+
types classobj (formerly class), code, function, instance, and
11+
instancemethod (formerly instance-method), which have no built-in
12+
names but are accessible through the types module, are now also
13+
callable. The type dict-proxy is renamed to dictproxy.
14+
915
- Fixed string.startswith and string.endswith builtin methods
1016
so they accept negative indices. [SF bug 493951]
1117

@@ -113,6 +119,10 @@ Core and builtins
113119

114120
Extension modules
115121

122+
- The 'new' module is no longer an extension, but a Python module that
123+
only exists for backwards compatibility. Its contents are no longer
124+
functions but callable type objects.
125+
116126
- The bsddb.*open functions can now take 'None' as a filename.
117127
This will create a temporary in-memory bsddb that won't be
118128
written to disk.

0 commit comments

Comments
 (0)