Minor detail about the warning
This commit is contained in:
parent
d8e895c878
commit
afdd996d22
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue