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: Add some explication to PEP 3100
Type: Stage:
Components: Documentation Versions: Python 3.0
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: brett.cannon Nosy List: brett.cannon, collinwinter
Priority: normal Keywords: patch

Created on 2006-07-13 19:47 by collinwinter, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pep-3100.txt.diff collinwinter, 2006-07-13 19:47 Against r50623
Messages (2)
msg50691 - (view) Author: Collin Winter (collinwinter) * (Python committer) Date: 2006-07-13 19:47
The attached patch adds notes to PEP 3100 explaining
why operator.isCallable() and
operator.sequenceIncludes() are to be removed come
Python 3000.

This patch is in reaction to this python-3000 thread:
http://mail.python.org/pipermail/python-3000/2006-July/002488.html
msg50692 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2006-08-24 01:14
Logged In: YES 
user_id=357491

rev. 51534 has the clarifications.  Thanks, Collin.
History
Date User Action Args
2022-04-11 14:56:18adminsetgithub: 43669
2008-01-06 22:29:46adminsetkeywords: - py3k
versions: + Python 3.0
2006-07-13 19:47:34collinwintercreate