This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: The "callable" fixer doesn't exist
Type: Stage: resolved
Components: 2to3 (2.x to 3.x conversion tool), Documentation Versions: Python 3.7, Python 3.6, Python 3.5, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Mariatta Nosy List: Mariatta, benjamin.peterson, docs@python, gregory.p.smith, serhiy.storchaka
Priority: normal Keywords: easy

Created on 2017-04-23 12:00 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 1296 merged corona10, 2017-04-26 13:18
PR 1303 merged corona10, 2017-04-26 16:30
PR 1304 merged corona10, 2017-04-26 16:31
PR 1305 merged corona10, 2017-04-26 16:31
Messages (6)
msg292162 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2017-04-23 12:00
The "callable" fixer was removed in dbdf029a5575f6e6ec0140260236963ed7d2c2be, but it still is mentioned in the documentation.

https://docs.python.org/3/library/2to3.html#2to3fixer-callable
msg292368 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-04-26 16:16
New changeset a90b990480f45b6a0ad02d43455cf8b620bac9c5 by Mariatta (Dong-hee Na) in branch 'master':
bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1296)
https://github.com/python/cpython/commit/a90b990480f45b6a0ad02d43455cf8b620bac9c5
msg292371 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-04-26 16:55
New changeset 9a626ec4e58c0bca1b4f71154e9e1da7e6d7e4a7 by Mariatta (Dong-hee Na) in branch '3.5':
[3.5] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1304)
https://github.com/python/cpython/commit/9a626ec4e58c0bca1b4f71154e9e1da7e6d7e4a7
msg292372 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-04-26 16:55
New changeset 19b3a4885cc685adb42db6f8f7b625768f6d1baf by Mariatta (Dong-hee Na) in branch '2.7':
[2.7] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1305)
https://github.com/python/cpython/commit/19b3a4885cc685adb42db6f8f7b625768f6d1baf
msg292373 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-04-26 16:55
New changeset 2fc3c543fc93d6211de8dcfaeac3a0fd10a356e0 by Mariatta (Dong-hee Na) in branch '3.6':
[3.6] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1303)
https://github.com/python/cpython/commit/2fc3c543fc93d6211de8dcfaeac3a0fd10a356e0
msg292376 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2017-04-26 17:16
Thanks Dong-hee Na and Mariatta.
History
Date User Action Args
2022-04-11 14:58:45adminsetgithub: 74328
2017-04-26 17:16:45serhiy.storchakasetmessages: + msg292376
2017-04-26 16:56:53Mariattasetstatus: open -> closed
resolution: fixed
stage: needs patch -> resolved
2017-04-26 16:55:58Mariattasetmessages: + msg292373
2017-04-26 16:55:34Mariattasetmessages: + msg292372
2017-04-26 16:55:23Mariattasetmessages: + msg292371
2017-04-26 16:31:53corona10setpull_requests: + pull_request1412
2017-04-26 16:31:30corona10setpull_requests: + pull_request1411
2017-04-26 16:30:38corona10setpull_requests: + pull_request1410
2017-04-26 16:16:23Mariattasetmessages: + msg292368
2017-04-26 13:18:59corona10setpull_requests: + pull_request1403
2017-04-23 13:36:28Mariattasetkeywords: + easy
assignee: docs@python -> Mariatta

nosy: + Mariatta
stage: needs patch
2017-04-23 12:00:24serhiy.storchakacreate