Some more 2.6 things to do
This commit is contained in:
parent
6dbecf9384
commit
15f2b3faa1
|
@ -94,6 +94,7 @@ Possible features for 2.6
|
|||
http://mail.python.org/pipermail/python-dev/2006-April/064145.html
|
||||
|
||||
- warnings module implemented in C
|
||||
* Convert Parser/*.c to use warnings module rather than printf
|
||||
|
||||
- Add warnings for Py3k features removed:
|
||||
* backticks and <>
|
||||
|
@ -111,6 +112,7 @@ Possible features for 2.6
|
|||
* apply()
|
||||
* xreadlines
|
||||
* function attributes that start with func_* (should use __*__)
|
||||
* softspace removal for print() function
|
||||
|
||||
- with/as will be keywords
|
||||
|
||||
|
|
Loading…
Reference in New Issue