fixed indentation errors
This commit is contained in:
parent
b8656fff37
commit
3c894c31f2
|
@ -143,9 +143,9 @@ Atomic Types
|
|||
literals with 'L' or 'l' suffix disappear [1]_ [done]
|
||||
* Make all strings be Unicode, and have a separate bytes() type [1]_
|
||||
The new string type will be called 'str'.
|
||||
* Return iterable views instead of lists where appropriate for atomic type methods
|
||||
(e.g. ``dict.keys()``, ``dict.values()``, ``dict.items()``, etc.); iter*
|
||||
methods will be removed. [done]
|
||||
* Return iterable views instead of lists where appropriate for atomic
|
||||
type methods (e.g. ``dict.keys()``, ``dict.values()``,
|
||||
``dict.items()``, etc.); iter* methods will be removed. [done]
|
||||
* Make ``string.join()`` stringify its arguments? [18]_
|
||||
* Fix file() so it returns a ValueError if the mode is bad rather than IOError.
|
||||
(This probably affects lots of places, we should review the exceptions
|
||||
|
|
Loading…
Reference in New Issue