diff --git a/pep-0361.txt b/pep-0361.txt index b1687a374..98f190e62 100644 --- a/pep-0361.txt +++ b/pep-0361.txt @@ -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