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

Skip to content

Commit d4588c1

Browse files
committed
Get rid of some old TO TO items.
1 parent 4726942 commit d4588c1

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

Misc/NEWS

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,14 @@ TO DO
1414

1515
- See PEP 3000, 3100.
1616

17-
- Test merging certain changes from the 2.5 HEAD code.
18-
1917
- Weed really old/weird stuff from the library.
2018

2119
- Unify range() and xrange().
2220

23-
- Revamp the dict API: keys(), values(), items() return iterators, etc.
24-
25-
- Add the bytes type.
26-
2721
- Rework the standard I/O library to use bytes for binary files.
2822

2923
- Make strings all Unicode.
3024

31-
- Get rid of classic class implementation.
32-
3325
- Get rid of various compatibility-related flags (e.g. division flags).
3426

3527

@@ -51,7 +43,7 @@ Core and Builtins
5143

5244
- PEP 3102: keyword-only arguments.
5345

54-
- Int/Long unification is mostly complete. The 'long' built-in type
46+
- Int/Long unification is complete. The 'long' built-in type
5547
and literals with trailing 'L' or 'l' have been removed.
5648
Performance may be sub-optimal (haven't really benchmarked).
5749

0 commit comments

Comments
 (0)