Minor detail about the warning

This commit is contained in:
Neal Norwitz 2006-02-28 21:13:18 +00:00
parent d8e895c878
commit afdd996d22
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ Transition Plan
This will make both 'with' and 'as' keywords. Without the future
statement, using 'with' or 'as' as an identifier will cause a
DeprecationWarning to be issued.
Warning to be issued to stderr.
In Python 2.6, the new syntax will always be recognized; 'with'
and 'as' are always keywords.