Skip to content

Commit d8f9ee0

Browse files
committed
Ignore sys.py3kwarning
1 parent 5eb56d1 commit d8f9ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/2.6.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ A new command-line switch, :option:`!-3`, enables warnings
118118
about features that will be removed in Python 3.0. You can run code
119119
with this switch to see how much work will be necessary to port
120120
code to 3.0. The value of this switch is available
121-
to Python code as the boolean variable :data:`sys.py3kwarning`,
121+
to Python code as the boolean variable :data:`!sys.py3kwarning`,
122122
and to C extension code as :c:data:`!Py_Py3kWarningFlag`.
123123

124124
.. seealso::

0 commit comments

Comments
 (0)