[docs] [issue21434] python -3 documentation is outdated

Berker Peksag report at bugs.python.org
Mon May 5 11:20:58 CEST 2014


New submission from Berker Peksag:

https://docs.python.org/2.7/using/cmdline.html#cmdoption-3

Currently, lib2to3 provides fixers for dict.has_key(), apply(), callable(),
execfile() and reduce() functions.

The "reload" fixer was added to Python 3.4 in issue 11797, but not backported to 2.7.

----------
assignee: docs at python
components: Documentation
files: cmdline-3.diff
keywords: patch
messages: 217914
nosy: berker.peksag, docs at python
priority: normal
severity: normal
stage: patch review
status: open
title: python -3 documentation is outdated
versions: Python 2.7
Added file: http://bugs.python.org/file35151/cmdline-3.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21434>
_______________________________________


More information about the docs mailing list