Permalink
Cannot retrieve contributors at this time
29 lines (20 sloc)
574 Bytes
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
peps/pep-0254.txt
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PEP: 254 | |
| Title: Making Classes Look More Like Types | |
| Author: Guido van Rossum <guido@python.org> | |
| Status: Rejected | |
| Type: Standards Track | |
| Content-Type: text/x-rst | |
| Created: 18-Jun-2001 | |
| Python-Version: 2.2 | |
| Post-History: | |
| Abstract | |
| ======== | |
| This PEP has not been written yet. Watch this space! | |
| Status | |
| ====== | |
| This PEP was a stub entry and eventually abandoned without having | |
| been filled-out. Substantially most of the intended functionality | |
| was implemented in Py2.2 with new-style types and classes. | |
| Copyright | |
| ========= | |
| This document has been placed in the public domain. |