PEP5: Double word reported by Aseem Bansal on python-list.
This commit is contained in:
parent
fb6e6e94e7
commit
0c0078bbb0
|
@ -59,7 +59,7 @@ Steps For Introducing Backwards-Incompatible Features
|
||||||
3. Formally deprecate the obsolete construct in the Python
|
3. Formally deprecate the obsolete construct in the Python
|
||||||
documentation.
|
documentation.
|
||||||
|
|
||||||
4. Add an an optional warning mode to the parser that will inform
|
4. Add an optional warning mode to the parser that will inform
|
||||||
users when the deprecated construct is used. In other words,
|
users when the deprecated construct is used. In other words,
|
||||||
all programs that will behave differently in the future must
|
all programs that will behave differently in the future must
|
||||||
trigger warnings in this mode. Compile-time warnings are
|
trigger warnings in this mode. Compile-time warnings are
|
||||||
|
|
Loading…
Reference in New Issue