Some more 2.6 things to do

This commit is contained in:
Neal Norwitz 2007-02-25 21:58:13 +00:00
parent 6dbecf9384
commit 15f2b3faa1
1 changed files with 2 additions and 0 deletions

View File

@ -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