mirror of
https://github.com/python/cpython.git
synced 2025-09-29 19:56:59 +00:00
Some more TODO items of things I'd like to start with.
Mention the builtins that Neal killed.
This commit is contained in:
parent
a10f52e3b2
commit
398b7351ac
1 changed files with 17 additions and 1 deletions
18
Misc/NEWS
18
Misc/NEWS
|
@ -12,7 +12,21 @@ What's New in Python 3000?
|
||||||
TO DO
|
TO DO
|
||||||
-----
|
-----
|
||||||
|
|
||||||
- Make strings all Unicode. (First have to introduce the bytes type.)
|
- See PEP 3000.
|
||||||
|
|
||||||
|
- Test merging certain changes from the 2.5 HEAD code.
|
||||||
|
|
||||||
|
- Weed really old/weird stuff from the library.
|
||||||
|
|
||||||
|
- Unify range() and xrange().
|
||||||
|
|
||||||
|
- Revamp the dict API: keys(), values(), items() return iterators, etc.
|
||||||
|
|
||||||
|
- Add the bytes type.
|
||||||
|
|
||||||
|
- Rework the standard I/O library to use bytes for binary files.
|
||||||
|
|
||||||
|
- Make strings all Unicode.
|
||||||
|
|
||||||
- Get rid of classic class implementation.
|
- Get rid of classic class implementation.
|
||||||
|
|
||||||
|
@ -31,6 +45,8 @@ Core and Builtins
|
||||||
|
|
||||||
- Absolute import is the default behavior for 'import foo' etc.
|
- Absolute import is the default behavior for 'import foo' etc.
|
||||||
|
|
||||||
|
- input(), raw_input() and apply() are gone.
|
||||||
|
|
||||||
Extension Modules
|
Extension Modules
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue