Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
3690d41c
Commit
3690d41c
authored
May 26, 2014
by
Benjamin Peterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove list of example incompatibilities (closes #21434)
parent
dfc1b4be
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
12 deletions
+3
-12
Doc/using/cmdline.rst
Doc/using/cmdline.rst
+3
-12
No files found.
Doc/using/cmdline.rst
View file @
3690d41c
...
...
@@ -397,18 +397,9 @@ Miscellaneous options
.. cmdoption:: -3
Warn about Python 3.x incompatibilities which cannot be fixed trivially by
:ref:`2to3 <2to3-reference>`. Among these are:
* :meth:`dict.has_key`
* :func:`apply`
* :func:`callable`
* :func:`coerce`
* :func:`execfile`
* :func:`reduce`
* :func:`reload`
Using these will emit a :exc:`DeprecationWarning`.
Warn about Python 3.x possible incompatibilities by emitting a
:exc:`DeprecationWarning` for features that are removed or significantly
changed in Python 3.
.. versionadded:: 2.6
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment